insightindustry / census-geocoder

A library that wraps the US Census Geocoder API.
MIT License
8 stars 0 forks source link

Feature Request: Pandas DataFrame Serialization/De-serialization #2

Open insightindustry opened 3 years ago

insightindustry commented 3 years ago

Inspired by the (I think unmaintained?) CensusBatchGeocoder project, it may be useful to add simple batch geocoding de-serialization from a Pandas DataFrame, and location/geography result serialization to a Pandas DataFrame.

Is there enough demand for this capability?

Please up-vote with comments. If there are enough, I'll add the functionality in a future version.

username12345user commented 2 years ago

I am facing a similar issue and would like to use dataframes for batch geocoding. Would love to see this enhancement added!