A one-line interactive EDA tool using Streamlit
Project description
Explore-DF
📊 A powerful interactive Exploratory Data Analysis tool that launches a Streamlit interface for your pandas DataFrames with just one line of code.
Installation
pip install explore-df
Quick Start
import pandas as pd
from explore_df import analyze
# Load your data
df = pd.read_csv('your_data.csv') # or any pandas DataFrame
# Launch the EDA interface
analyze(df)
That's it! The tool will automatically:
- Launch a Streamlit server
- Open your default web browser to the EDA interface
- Display interactive visualizations and analysis of your data
Features
- 🚀 One-Line Setup: Just
analyze(df)to start exploring - 📊 Interactive Visualizations: Dynamic charts and plots
- 🔍 Data Quality Analysis:
- Missing values detection
- Outlier analysis
- Data type validation
- Consistency checks
- 📈 Automated Insights:
- Distribution analysis
- Correlation detection
- Time series patterns
- Text analysis
- 💡 Smart Suggestions: Get recommendations for data cleaning and transformation
Advanced Usage
from explore_df import analyze
# Specify a custom port
analyze(df, port=8502)
Requirements
- Python 3.9+
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
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
explore_df-0.1.11.tar.gz
(53.7 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 explore_df-0.1.11.tar.gz.
File metadata
- Download URL: explore_df-0.1.11.tar.gz
- Upload date:
- Size: 53.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
052e6cd1bdc818c1c1646269c860764dab2079cd58760337d62ef84489e04a36
|
|
| MD5 |
303dad5daa2a6b957fe2875447420c36
|
|
| BLAKE2b-256 |
85148450a31c7a3a59472408175a7be2e00a0701fba372fd45329d3fdc174ec6
|
File details
Details for the file explore_df-0.1.11-py3-none-any.whl.
File metadata
- Download URL: explore_df-0.1.11-py3-none-any.whl
- Upload date:
- Size: 74.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4da16ae38f0fbdae936327a5fc22733d34d6ff9d32a30af8a772d7cc5383791
|
|
| MD5 |
22cace6e3ea8b7d6662cd61d4a6c1d86
|
|
| BLAKE2b-256 |
e3ae18e53fcbe906e23d5bc52bc91c5230add33f9b5bc24bd7c3d5f1b69bf6a5
|