This release is a pre-release and may not be stable for production use.
Datapilot
The first step after loading your dataset.
Datapilot is an open-source Python library that automates exploratory data analysis by generating deterministic dataset insights, health assessments, statistical summaries, and professional HTML reports.
Every data project begins with understanding the data. Datapilot helps you understand your dataset before building machine learning models, dashboards, or AI-powered applications.
Installation
pip install datapilot-kit
Quick Start
import pandas as pd
from datapilot import analyze
df = pd.read_csv("dataset.csv")
report = analyze(df)
Features
- Dataset Summary
- Dataset Health Score
- Missing Value Analysis
- Duplicate Detection
- Data Type Analysis
- Statistical Summaries
- Outlier Detection
- Correlation Analysis
- Actionable Insights
- Professional HTML Reports
Documentation
Project documentation is available in the docs/ directory.
- Vision
- User Journey
- API Philosophy
- API Review
- Roadmap
Status
🚧 Datapilot v0.3 — Public Preview (In Development)
The project is currently being prepared for its first public release.
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 datapilot_kit-0.3.0rc1.tar.gz.
File metadata
- Download URL: datapilot_kit-0.3.0rc1.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a52883c0ed471fe8e92135395aedf29ca925253014c86b9d862c3d1e13434e6b
|
|
| MD5 |
981d845e458ee9c386abcd912d3167bf
|
|
| BLAKE2b-256 |
d77bde8c464ca178ad9369e99c5db1272d8c4ba3a9fa6c2b225f3993f17e740c
|
File details
Details for the file datapilot_kit-0.3.0rc1-py3-none-any.whl.
File metadata
- Download URL: datapilot_kit-0.3.0rc1-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6ff8203639cad10006e05a6231470f23bbed9f55dc3085db6324a45c6be4d83
|
|
| MD5 |
4b37ad3b06acc797241a286f6db38f98
|
|
| BLAKE2b-256 |
478b5f7993d95819df1249a80a96055805ae8bd08b65a22fd0fbeb4efc50fea9
|