For january 2024 the tpep_pickup_datetime type is Datetime(time_unit='ns', time_zone=None) but for november 2024 the type is Datetime(time_unit='us', time_zone=None). This leads to errors, which can be frustrating especially for new users. I thing, more consistency checking would be useful.
For january 2024 the
tpep_pickup_datetimetype isDatetime(time_unit='ns', time_zone=None)but for november 2024 the type isDatetime(time_unit='us', time_zone=None). This leads to errors, which can be frustrating especially for new users. I thing, more consistency checking would be useful.