Data Warehouse
Python SDK
Load, Query, and Tranform Data
The Python SDK is the easiest way to programmatically interact with your local, subscribed, and published databases.
Latest documentation can be found directly on GitHub. Non-exhaustive samples below.
Installation
Loading Data
The Python SDK is built around Pandas dataframes as the core primitive. All objects are passed and retrieved as Pandas dataframes.
Your database session key can be found in the settings page.
ingest.py
Query / Transform Data
transform.py