pyarrow.dataset.Partitioning¶
- 
class 
pyarrow.dataset.Partitioning¶ Bases:
pyarrow.lib._Weakrefable- 
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(*args, **kwargs)Initialize self.
Attributes
The arrow Schema attached to the partitioning.
- 
parse()¶ 
- 
schema¶ The arrow Schema attached to the partitioning.
-