
Libraries & SDKs | Socrata
Libraries & SDKs To help you get started, we've provided helpful libraries for a number of different languages: Official Client Libraries These libraries and SDKs have been developed by Socrata and …
dev.socrata.com
# Unauthenticated client only works with public data sets. Note 'None' # in place of application token, and no username or password: client = Socrata("%%domain%%", None) # Example authenticated …
Authentication | Socrata
For example, if you’re using Python’s requests module, it supports Basic Authentication out of the box. Similarly, an API tool like Postman also handles Basic Authentication.
Queries using SODA3 | Socrata
You might use the popular program cURL to make the request with the appropriate payload, or use an appropriate HTTP client library in your preferred programming language.
API Endpoints | Socrata
The endpoint is what you’ll point your HTTP client at to interact with data resources. All resources are accessed through a common endpoint of /api/v3/views/IDENTIFIER/query.json along with their …
Dataset Management API (DSMAPI) | Socrata
Check out socrata-py, the official Python SDK for the Dataset Management API Find more detailed documentation for this API on its OpenAPI page
Natural Language Processing of Consumer Complaint Narratives with ...
May 3, 2016 · SODAPy is a community-created set of Python bindings for the Socrata Open Data APIs which we love to use and share with others! It has become so popular among our data publishers …
Manipulating Rows Directly | Socrata
Introduction The SODA Producer API allows you to directly retrieve, modify, and delete individual rows in a Socrata dataset, using their row identifiers. Please note that all operations that modify datasets …
Data Visualization with Plotly and Pandas | Socrata
Feb 2, 2016 · This example will show you how to leverage Plotly’s API for Python (and Pandas) to visualize data from a Socrata dataset. We’ll be using Plotly’s recently open sourced library and …
Socrata
This is the Socrata API for creating revisions on Socrata datasets, cleaning and transforming your data, uploading data, and making your dataset available for sharing and consumption. The new …