pyarrow.DurationScalar¶
- class pyarrow.DurationScalar¶
Bases:
pyarrow.lib.Scalar
Concrete class for duration scalars.
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)as_py
(self)Return this value as a Pandas Timedelta instance (if units are nanoseconds and pandas is available), otherwise as a Python datetime.timedelta instance.
cast
(self, target_type)Attempt a safe cast to target data type.
equals
(self, Scalar other)Attributes
Holds a valid (non-null) value.
Data type of the Scalar object.
- as_py(self)¶
Return this value as a Pandas Timedelta instance (if units are nanoseconds and pandas is available), otherwise as a Python datetime.timedelta instance.
- cast(self, target_type)¶
Attempt a safe cast to target data type.
- equals(self, Scalar other)¶
- is_valid¶
Holds a valid (non-null) value.
- type¶
Data type of the Scalar object.
- value¶