Frictionless Data Compatibility
Last updated
Was this helpful?
Last updated
Was this helpful?
It also incorporates the following Frictionless Data patterns:
This means there is a growing ecosystem of data tools that you can use to work with Open Data Blend Datasets.
Install the frictionless
module.
Ensure that frictionless 4.0
or later is installed. Prior versions are not stable releases.
Import the Package
submodule from the frictionless
module.
Loading the Open Data Blend Catalogue metadata.
Loading the catalogue metadata for an Open Data Blend Dataset.
Getting the name of the dataset.
Getting the friendly name of the dataset.
Getting the description of the dataset.
Getting the endpoint of the dataset.
Loading Open Data Blend Dataset metadata.
Loading the metadata of a data file.
Getting the name of the data file.
Getting the friendly name of the data file.
Getting the description of the data file.
Getting the table schema of the data file.
Getting the download location of the data file.
The Open Data Blend Dataset API is compatible with version 1 of the following specifications:
The simplify integrations with the Open Data Blend Dataset API from many languages, including Python and R. More specifically, you can use the Data Package libraries to programmatically access our datasets and integrate them into your solutions.
An up-to-date list of the supported libraries can be found , along with documentation on how to use them. Each library varies slightly in its implementation, but the general concepts for working with a Data Package are the same.
The following examples demonstrate how you could use the to interact with the Open Data Blend Dataset API. This is the Frictionless library to date, and one that we recommend. The libraries for the other languages implement a similar method to load data packages and these are explained in each library's .