nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

parse_gtfs.py breaks when trying to drop columns #4

Closed nickolasclarke closed 5 years ago

nickolasclarke commented 5 years ago

The following line is should exclusive, instead of inclusive. Not all GTFS feeds will have this same set of columns. [trips = trips.drop(columns=[ . . .](https://github.com/nickolasclarke/dispatch/blob/bb6704436150a0a69bfcda1c5250aadd4bbc11cd/src/parse_gtfs.py#L69)