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 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.3.tar.gz (12.3 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.3-py3-none-any.whl (10.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edaio-0.5.3.tar.gz
  • Upload date:
  • Size: 12.3 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.3.tar.gz
Algorithm Hash digest
SHA256 56197dd4c511198def2387f0c16b6bbfee170c38fdce67dfd36bd7c04bec0de3
MD5 f8684392460c83693945f9aae7482b18
BLAKE2b-256 2a58b1b077ac4c94b07d06cf946e6a2e998e28aab0a7c14783e32a0d5863cef7

See more details on using hashes here.

Provenance

The following attestation bundles were made for edaio-0.5.3.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.3-py3-none-any.whl.

File metadata

  • Download URL: edaio-0.5.3-py3-none-any.whl
  • Upload date:
  • Size: 10.2 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 e8086776b5574120cde0af33d564bc19523ef0fe8017c0ae3f76101c76be36c1
MD5 6f818ed216f143489c73228afff716fc
BLAKE2b-256 244d869452be53ef9aaf9ed68977ff3c51e275e2d99803c11d4c1fe01640ab08

See more details on using hashes here.

Provenance

The following attestation bundles were made for edaio-0.5.3-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