Bondify / gtfs_functions

Package with useful functions to create geo-spatial visualizations from a GTFS.
MIT License
114 stars 30 forks source link

Can only use .dt accessor with datetimelike values #53

Open davidsvale opened 4 months ago

davidsvale commented 4 months ago

When using a GTFS file, I always get this error: "Can only use .dt accessor with datetimelike values"

The file is: https://www.transporlis.pt/desktopmodules/trp_opendata/ajax/downloadFile.ashx?op=2&u=web (Metro Lisbon)

Is there any way around to properly read the datetime format?

Thanks