simple EDA (Exploratory Data Analysis) visuals
Project description
ez-eda overview
- This library is a collection of simplified functions for visualizing dataframes quickly and easily
- I started this project after needing more refined heatmaps to understanding correlation
ez correlation plot
from ez_eda import ez_corr_heatmap
This function creates a cleaner seaborn-based heatmap to show correlations between numeric features
Parameters
ez_corr_heatmap(df: pd.DataFrame, color_min: float = None, color_max: float = None, color_center: float = 0)
- df: input pandas dataframe
- color_min: minimum value for heatmap scale - defaults to corr() minimum
- color_max: maximum value for heatmap scale - defaults to corr() maximum
- color_center: center for heatmap color scale - defaults to midpoint between vmin and vmax
Example Correlation Heatmap Image
ez 2D PCA Plot
from ez_eda import ez_2d_pca_plot
This function creates a simplified 2D plot of the data in seaborn to show the overall structure
Parameters
ez_2d_pca_plot(df: pd.DataFrame, hue: str = None)
- df: input pandas dataframe
- hue: color for scatter plot (Optional)
Project details
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
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 ez_eda-0.1.3.tar.gz.
File metadata
- Download URL: ez_eda-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.9.13 Linux/4.14.296-222.539.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
555742fcc8cb84d390516e9c620fa68abd234d5a0279cf3380bf2abe50763d01
|
|
| MD5 |
fc7933fbb302ff4d208068567dc90d7e
|
|
| BLAKE2b-256 |
fa08e2836e5fba967237a41353a524d1cffd63daaa2ef84f555af9e7d62de741
|
File details
Details for the file ez_eda-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ez_eda-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.9.13 Linux/4.14.296-222.539.amzn2.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fc847ae4736ae7e376f543b7507e2177df2d1ab56da9c288d2b5e6ae97728ed
|
|
| MD5 |
935662829e0ed61425fc09dda5997fbe
|
|
| BLAKE2b-256 |
fadb701f91ccf1b349ce9b6dc76bfe30901b66377d58bf1e0d6eca5982843178
|