Constant-time EDA for any dataset size — one line, fixed time.
Project description
⚡ FlashEDA
Constant-time Exploratory Data Analysis — one line, fixed time, any dataset size.
Install
pip install flasheda
Usage
import flasheda
report = flasheda.analyze(df) # works on 1K or 50M rows in the same time
report.show() # rich console output
report.save_html("report.html") # browser report
How it works
FlashEDA uses reservoir sampling to always analyse exactly 5,000 rows, regardless of dataset size. All analyzers run in parallel via ThreadPoolExecutor.
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
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 flasheda-0.1.2.tar.gz.
File metadata
- Download URL: flasheda-0.1.2.tar.gz
- Upload date:
- Size: 13.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffe8feaab5ea5cdc9cae9ce4a63439f4a76a72b53d3173b03bc27456d4304afd
|
|
| MD5 |
f849ddb5217d5625cb6479c08caca573
|
|
| BLAKE2b-256 |
e0e087a712fd9b8a5a4d0fb58ee8953a1e6b9a61b0ac23e6332dfa335b23e9ee
|
File details
Details for the file flasheda-0.1.2-py3-none-any.whl.
File metadata
- Download URL: flasheda-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0774c6be01e308f0e85fbddf4d811b7f6bb14448cfcbe9bce1926d8759cb5ad6
|
|
| MD5 |
8645477965214c1662e8ceea4e3df6da
|
|
| BLAKE2b-256 |
53297c8006e257bcd9d1ef0f168b2903216518ae79d52fcb002b5c00ff2b176c
|