Supported Environments
Cookbooks
Specifications and Protocols
Development
time64()
Create instance of 64-bit time (time of day) type with unit resolution.
str
One of ‘us’ [microsecond], or ‘ns’ [nanosecond].
pyarrow.Time64Type
Examples
>>> import pyarrow as pa >>> pa.time64('us') Time64Type(time64[us]) >>> pa.time64('ns') Time64Type(time64[ns])
previous
pyarrow.time32
next
pyarrow.timestamp