Skip to main content

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:

  1. Launch a Streamlit server
  2. Open your default web browser to the EDA interface
  3. 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

MIT License

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

explore_df-0.1.7.tar.gz (53.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

explore_df-0.1.7-py3-none-any.whl (74.1 kB view details)

Uploaded Python 3

File details

Details for the file explore_df-0.1.7.tar.gz.

File metadata

  • Download URL: explore_df-0.1.7.tar.gz
  • Upload date:
  • Size: 53.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for explore_df-0.1.7.tar.gz
Algorithm Hash digest
SHA256 84df7d6092c249859ec70d9a699d5a7f74f00af2077b09b262ef8f891a1fdbfe
MD5 0898e91002e0cbd14ee8b77dc69ce28a
BLAKE2b-256 c4311ee112eef96326e13482721df9329267789a0ae5c9c9a7ebcab65a7422f0

See more details on using hashes here.

File details

Details for the file explore_df-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: explore_df-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 74.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for explore_df-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 3b7e50dd2a23b98f32ddd6fd3cabdd5e55d3a6e2f454a81cd1ba1fe53db77930
MD5 d8c818bb55f069d925bd5147a9d42dd3
BLAKE2b-256 969e9f4f366ddedcbddffb8ac3e0aee4603457b9cb52600733fc58242af6529e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page