pyarrow.TimestampValue

class pyarrow.TimestampValue

Bases: pyarrow.lib.ArrayValue

Concrete 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

type
value
as_py(self)

Return this value as a Pandas Timestamp instance (if available), otherwise as a Python datetime.timedelta instance.

type
value