User-friendly customizable EDA plotting tools for data scientists.
Project description
EDAHelper
EDAHelper is a lightweight Python library that helps data scientists quickly visualize datasets with simple customizable plots.
Installation
pip install cwmeda
Usage
from cwmeda import plot_columns
import pandas as pd
df = pd.DataFrame({'Gender':['M','F','M','F'], 'Age':[22,25,30,28]})
plot_columns(df, columns, plot_type='count', n_cols=3)
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
cwmeda-0.0.2.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cwmeda-0.0.2.tar.gz.
File metadata
- Download URL: cwmeda-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
965851db1dbf3687b96abf52e67f9a8b8b6fb8d588407c73713fc56ee302cab0
|
|
| MD5 |
b975c4d790308fb4137044ee31928262
|
|
| BLAKE2b-256 |
eb7bae7bf3481a10fa83a4ee68570db78f7e3478db70ad9cf446a62eaf786574
|
File details
Details for the file cwmeda-0.0.2-py3-none-any.whl.
File metadata
- Download URL: cwmeda-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb5d7803e081a29ab09a943f30033b832763719cbc55c042716019434c5670c1
|
|
| MD5 |
fac4eb806ef01cf6d5a8126a45f2b557
|
|
| BLAKE2b-256 |
7a0380cae10c213900be4800b1e13794c19a65ac3399c9e3a25477cf6673dc8a
|