department-for-transport-BODS / bods-data-extractor

A python client for downloading and extracting data from the UK Bus Open Data Service
Other
46 stars 8 forks source link

Amend api call to prevent dtype warning #58

Closed EOstridge closed 1 year ago

EOstridge commented 1 year ago

Amended API call to only call for the columns we want ('ATCOCode','CommonName','Longitude','Latitude') rather than calling all columns and then filtering this in the next step.