No project description provided
Project description
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
At the moment, you can only use the SDK for querying. To explore datasets, checking quotas, and viewing past queries, visit the subsets.io web interface.
import subsetsio
# Temp API Key. Sign up for a free permanent key.
client = subsetsio.Client(api_key="YOUR_API_KEY")
df = client.query(sql_query)
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
subsetsio-0.5.3.tar.gz
(2.1 kB
view hashes)
Built Distribution
Close
Hashes for subsetsio-0.5.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9288e8dcbbba85821f4a359b8fac654fdfe85e7fe2773ad9d1a78592be5ed0ac |
|
MD5 | 9fedbec74b5542590ba4de9628ba19e4 |
|
BLAKE2b-256 | 2d86f6438b5021e7f590032a286e42dfcccc9aba5bcc9a419fadd483be5b2209 |