Closed Borketh closed 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.
.fillna("")
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.