Official Python SDK for the Subsets API


Keywords
data, datasets, python
License
MIT
Install
pip install subsetsio==0.7.4

Documentation

Subsets Python Client

Easily access the Subsets data warehouse using Python. For more details and features, visit subsets.io

Installation

Run the following command to install the API:

pip install subsetsio

Usage

import subsetsio

client = subsetsio.Client(api_key="YOUR_API_KEY")
df = client.query(sql_query)

License

MIT Licensed