sodapy
sodapy copied to clipboard
Python client for the Socrata Open Data API
Hi there. It seems like the domain has moved away from https://opendata.socrata.com to evergreen or tyler tech? Which results in most of the links in this notebook to be 404....
When using `get_all()` on large datasets, the results are not paginated correctly. The returned response has the correct total amount of rows but approximately 10% of the rows are duplicates...
Hello! I've taken over maintenance for this package. It's been dormant for a few years and there are some big updates that I think are warranted, so time for a...
The workhorse [`_perform_request`](https://github.com/afeld/sodapy/blob/main/sodapy/socrata.py#L516-L557) eagerly parses request data either as JSON or as CSV. This is likely fine for most users, but for users who would rather not parse the data...
The `get_all` function paginates through the dataset by making multiple requests and iterates through the rows of the dataset. Looking at the source, it's unsurprising that the header is repeated...