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
File details
Details for the file datawhys-dashboard-0.1.2.tar.gz
.
File metadata
- Download URL: datawhys-dashboard-0.1.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.6.15 Linux/5.15.0-1015-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98f927ec3dd1551e056c52b3178a088571315562330d6827ee701d4ec884333a |
|
MD5 | f6464067428e4d7adca41d362a18499a |
|
BLAKE2b-256 | df9a5aa51269d755d2e151d5fe6a2d7a4665b1b4d316db5b87cbbed92deb8c37 |
File details
Details for the file datawhys_dashboard-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: datawhys_dashboard-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.6.15 Linux/5.15.0-1015-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 752214b55ab704f3f576a41a56d395f043fa75d3799e58c55b1c723a7f39c1b4 |
|
MD5 | efbb4beb7f60422b693eae864ed8948e |
|
BLAKE2b-256 | 163a7604a59fa129bbafedf662bae74b87e3918ea90cc0896c3a96768ada53bb |