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
dwdash.api_base = "https://emea.datawhys.ai/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.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b82a517734716f81f1f8202cf8ebb26df5523d802faebe94639e01c83cca3364 |
|
MD5 | 5713eb94709bc693838dc20f2ce2fa6f |
|
BLAKE2b-256 | 5534bfdeeac65f0a995e9ac270660e34a13e6a78e4626cccaa4051604a40b13c |