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.13.tar.gz
(54.3 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.13.tar.gz.
File metadata
- Download URL: explore_df-0.1.13.tar.gz
- Upload date:
- Size: 54.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b62049acfdb75167c119a31a1231ff3c5569cacdc3e5ae1528e90557b33d643
|
|
| MD5 |
81f3ba10db376138671ac88b34e36a6a
|
|
| BLAKE2b-256 |
a20e7f80489a389a6c8773e6a4a14cc1a74753ed5d170c6db64f44150aac0828
|
File details
Details for the file explore_df-0.1.13-py3-none-any.whl.
File metadata
- Download URL: explore_df-0.1.13-py3-none-any.whl
- Upload date:
- Size: 75.1 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 |
45a3a0326081e7bc7d102897b585c738d3e2c5b177c4d040d8d383014fde1b12
|
|
| MD5 |
e4313ebd9bcfb9fecc57f59dbda14f11
|
|
| BLAKE2b-256 |
7f19fcb0a6851d53484e715b97367013d1a9cdcb23c11007f8679d3309909e36
|