DataWhys Dashboard SDK allows users to create a DataWhys Dashboard directly within their Python notebooks
Project description
DataWhys Dashboard Python SDK
DataWhys Dashboard SDK allows users to create a DataWhys Dashboard directly within their Python notebooks.
Installation
Use the package manager pip to install datawhys-dashboard.
pip install datawhys-dashboard
Usage
import datawhys_dashboard as dwdash
# Set your credentials
dwdash.api_key = "<API_KEY>" # Ask your datawhys rep for this key
# Your API key is stack specific. The SDK defaults to the main US stack, but you can
# change this by setting `api_base` as follows. Ask your datawhys rep for the api base.
dwdash.api_base = "https://<DOMAIN>/api/v0.2/"
# Build a pandas dataframe and store in `df` (not shown)
# Create a dashboard
from datawhys_dashboard import create_dashboard
create_dashboard(df, outcome="Risk")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Take a look at CONTRIBUTING.md
for more info
Please make sure to update tests as appropriate.
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
Built Distribution
Close
Hashes for datawhys_dashboard-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 752214b55ab704f3f576a41a56d395f043fa75d3799e58c55b1c723a7f39c1b4 |
|
MD5 | efbb4beb7f60422b693eae864ed8948e |
|
BLAKE2b-256 | 163a7604a59fa129bbafedf662bae74b87e3918ea90cc0896c3a96768ada53bb |