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.10.tar.gz
(53.5 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.10.tar.gz.
File metadata
- Download URL: explore_df-0.1.10.tar.gz
- Upload date:
- Size: 53.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1564222eeb929f5fbaf4dbc62429b06da6c66327df5594dc561063e3e31c75c9
|
|
| MD5 |
334cacd81f20fa745fe81cfeadcc8057
|
|
| BLAKE2b-256 |
84d73a516b20806c213fe8ca83a6c8df3b67a7f4cacdb713cd6e25158d8bf8b2
|
File details
Details for the file explore_df-0.1.10-py3-none-any.whl.
File metadata
- Download URL: explore_df-0.1.10-py3-none-any.whl
- Upload date:
- Size: 74.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e18d0f6fdf3571f27e147150e33b04d341f218a9f18ebd2a41dbad962aca071a
|
|
| MD5 |
1c83bed07c222414cfaf4cb10c39e17c
|
|
| BLAKE2b-256 |
4294a2284d3e9011cddca459689f34b0676b47e2ba90cb4e8ba540236726cbbc
|