Closed nickolasclarke closed 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)
trips = trips.drop(columns=[ . . .
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)