jarondl / pygtfs

A python (2/3) library for GTFS
MIT License
63 stars 44 forks source link

Improve non existent field filtering #41

Closed jarondl closed 6 years ago

jarondl commented 6 years ago

by filterting the csv on read, by column number. This means the namedtuple will already have the expected fields only, and we won't need to filter the dictionary by name. The reason for filtering is explained in #18