Bondify / gtfs_functions

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

DataFrame (segments_freq) naming don't match! #19

Closed momado350 closed 9 months ago

momado350 commented 1 year ago

it is not a big problem, but I thought some newbie pandas users might get lost. please change segments_freq = feed.segments_freq seg_freq.head(2)

Bondify commented 9 months ago

good catch, thank you! I updated it