pyarrow.TimestampValue¶
-
class
pyarrow.TimestampValue¶ Bases:
pyarrow.lib.ArrayValueConcrete class for timestamp array elements.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
as_py(self)Return this value as a Pandas Timestamp instance (if available), otherwise as a Python datetime.timedelta instance. Attributes
typevalue-
as_py(self)¶ Return this value as a Pandas Timestamp instance (if available), otherwise as a Python datetime.timedelta instance.
-
type¶
-
value¶
-