Interactive EDA graph visualizer for univariate, bivariate, multivariate, and datetime data.
Project description
📊 GraphVisualizer
GraphVisualizer is a beginner-friendly Python library for interactive and guided exploratory data analysis (EDA). It supports multiple backends like Seaborn, Matplotlib, and Plotly.
✨ Features
- Univariate, Bivariate, Multivariate, and Datetime visualizations
- Supports Seaborn, Matplotlib, and Plotly
- Guided menus for user-friendly graph selection
- Save plots and build dashboards
- Great for students and educators
🚀 Quick Start
from graph_visualizer import GraphVisualizer
import seaborn as sns
df = sns.load_dataset("taxis") # or your own DataFrame
gv = GraphVisualizer(df)
gv.run()
🔧 Installation
git clone https://github.com/yourusername/graph-visualizer.git
cd graph-visualizer
pip install -r requirements.txt
📄 License
This project is licensed under the MIT 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
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 graph_visualizer-1.0.0.tar.gz.
File metadata
- Download URL: graph_visualizer-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08412e9d260bf83f92bfde4bce4a35daf739c13b4bed9c152f38219020cb9ed8
|
|
| MD5 |
79326d79f3510daf235c61bb8e1c8b3b
|
|
| BLAKE2b-256 |
8b973e66d470f1d9afe56147f9d9bf1f3555f5f30aca879943db87c06130eafa
|
File details
Details for the file graph_visualizer-1.0.0-py3-none-any.whl.
File metadata
- Download URL: graph_visualizer-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e8ba33345aad6e5e60dbef5ac3affd6baac12055e5e51517fa73a7769d94f14
|
|
| MD5 |
9b69ac3f400802069c6ed68912da3909
|
|
| BLAKE2b-256 |
0251ec0dabb2cc7ee26ff427162cc1644be4e53339b9d24b418dcfe28a87fabc
|