Supported Environments
Cookbooks
Specifications and Protocols
Development
Create instance of 32-bit time (time of day) type with unit resolution.
str
one of ‘s’ [second], or ‘ms’ [millisecond]
pyarrow.Time32Type
Examples
>>> import pyarrow as pa >>> pa.time32('s') Time32Type(time32[s]) >>> pa.time32('ms') Time32Type(time32[ms])
previous
pyarrow.float64
next
pyarrow.time64