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.2.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.2-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edaio-0.5.2.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.2.tar.gz
Algorithm Hash digest
SHA256 98a13ffd0c2c918719296dab1c32db39c49972a069847c51e18a5919c6dc20b6
MD5 eb0e2ebedc6e051d8fdf446c30936701
BLAKE2b-256 c62bf46a44f590bb4557f3d37d9110eef6623d9a5e0ac61bed98bed6e168202f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: edaio-0.5.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a950bfa95e9d775ded0f1ea73a01ac9e493c6add6ac93f60b43580bff30b5790
MD5 cc294cfb4be00f58cedef0c6423bb19f
BLAKE2b-256 6ab21df71898d1575789c15042fa62d21682c9be45de419726ee37e3b1a377bc

See more details on using hashes here.

Provenance

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