Skip to content

subsetsio/subsets-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easily access the Subsets data warehouse using Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages