pyarrow.time64

pyarrow.time64(unit)

Create instance of 64-bit time (time of day) type with unit resolution

Parameters:unit (string) – one of ‘us’ [microsecond], or ‘ns’ [nanosecond]

Examples

t1 = pa.time64('us')
t2 = pa.time64('ns')