pyarrow.time32

pyarrow.time32(unit)

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

Parameters:unit (string) – one of ‘s’ [second], or ‘ms’ [millisecond]

Examples

t1 = pa.time32('s')
t2 = pa.time32('ms')