Overview of sodapy
mainsodapy is a Python client designed to interact with the Socrata Open Data API. It allows you to perform read and write operations on Socrata datasets.
Note on Write Operations:
- Use
sodapyfor direct writing to datasets via the Socrata Open Data API. - If your write operations require data transformations via the Socrata Data Management Experience (the web UI), you should use the Socrata Data Management API instead. A dedicated Python SDK for that API is available at
socrata-py.