Skip to main content

Lightning-fast DataFrame introspection with smart red-flag suggestions

Project description

edaio ⚡

Lightning-fast DataFrame introspection with smart red-flag suggestions.

PyPI version Python versions Tests License

🚀 Quick Start

import pandas as pd
from edaio import glance

df = pd.read_csv("your_data.csv")
report = glance(df, target='price')

✨ Features

  • Instant insights – One line of code, zero configuration

  • Actionable suggestions – Tells you exactly what to fix

  • Parallel computation – Lightning fast on large datasets

  • Drift detection – Compare train/test datasets with PSI

  • Programmable API – Query the report object for specific issues

  • Lightweight – No heavy dependencies or bloated reports

📦 Installation

pip install edaio

With optional features:

pip install edaio[rich,plotly]

📊 Examples Basic Usage

from edaio import glance
import pandas as pd

df = pd.read_csv("sales.csv")
report = glance(df)

Target Analysis

report = glance(df, target='price')
print(report.null_cols)  # Columns with >30% missing
print(report.high_corr_pairs)  # Highly correlated features

Train/Test Comparison

report = glance(train_df, compare_to=test_df)

See drift detection in the suggestions

🔧 Command Line

edaio data.csv --target price --output-html report.html

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

edaio-0.5.1.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

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

edaio-0.5.1-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file edaio-0.5.1.tar.gz.

File metadata

  • Download URL: edaio-0.5.1.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edaio-0.5.1.tar.gz
Algorithm Hash digest
SHA256 ab6bd75b0f1d86f758bced52c8b9315b49cf8c0fd10d4e7d603f7e001e3f1d65
MD5 e3ca7fc38f15eb1b139d594a694af977
BLAKE2b-256 d0c9ef655e7528fe765a7daedf8c14e77ee925585605e32f0abed99b71ebd09f

See more details on using hashes here.

Provenance

The following attestation bundles were made for edaio-0.5.1.tar.gz:

Publisher: publish.yml on adefemiadeh/edaio

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file edaio-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: edaio-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for edaio-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 84a28a71882aa8cb5ecb2d8e7a2cb17fd2c70434216e71e404847af9ab26972d
MD5 00612b3ced9a91983914e3b7deae5f37
BLAKE2b-256 fc983ccb2a319438edd8f866200d4d09303f54f2b643f942e8f5604fdf3c9a36

See more details on using hashes here.

Provenance

The following attestation bundles were made for edaio-0.5.1-py3-none-any.whl:

Publisher: publish.yml on adefemiadeh/edaio

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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