MCPcopy Create free account
hub / github.com/apache/arrow / filesystem

Method filesystem

python/pyarrow/parquet/core.py:1715–1719  ·  view source on GitHub ↗

The filesystem type of the Dataset source.

(self)

Source from the content-addressed store, hash-verified

1713
1714 @property
1715 def filesystem(self):
1716 """
1717 The filesystem type of the Dataset source.
1718 """
1719 return self._dataset.filesystem
1720
1721 @property
1722 def partitioning(self):

Calls

no outgoing calls