pyarrow.types.is_date64#

pyarrow.types.is_date64(t)[source]#

Return True if value is an instance of a date64 (milliseconds) type.

Parameters
tDataType