Python SDK
Load, Query, and Transform Data
The Birkini Python SDK offers a simple way to programmatically interact with your data across local, subscribed, and published sources.
Documentation is available on GitHub. Below are quick usage examples to get started.
Loading Data
The SDK is built around Pandas DataFrames as the primary interface. All records are passed and returned in tabular format.
Your database session key is located in your Birkini settings.
Querying and Transforming Data
Use SQL to retrieve or transform your data, then analyze results directly in Pandas.
Last updated