neroden / timetable_kit

A Python toolkit for generating human-readable timetables from GTFS data; uses PANDAS and gtfs_kit
GNU Affero General Public License v3.0
39 stars 2 forks source link

Tracking issue for shorthand tt-spec bug #15

Closed Borketh closed 1 year ago

Borketh commented 1 year ago

The shorthand handling code generates a dataframe full of NaN which breaks timetable generation shortly after (strings are expected). Fixed by #14 where a simple .fillna("") is used to replace NaN with empty space as intended.