# QualiFrame
**QualiFrame** is a Python package for automated **data-quality auditing and exploratory data analysis**.
It analyzes a Pandas DataFrame and generates a structured PDF report containing key data-quality insights, statistics, visualizations, and recommendations.
## Features
* Dataset summary
* Automatic datatype detection
* Missing-value analysis
* Empty and constant column detection
* Duplicate-row analysis
* Descriptive statistics
* Correlation analysis
* Automated data-quality recommendations
* Professional PDF report generation
## Installation
Install QualiFrame directly from PyPI:
pip install qualiframe
## Usage
from qualiframe import audit
audit(data.csv)
QualiFrame analyzes the dataset and generates a PDF audit report.
## What the Report Provides
The generated report includes:
* Dataset overview
* Column-level information
* Missing-data analysis
* Duplicate analysis
* Statistical summary
* Correlation visualization
* Data-quality recommendations
## Example Workflow
CSV / Pandas DataFrame
  │
  ▼
  QualiFrame
  │
  ├── Data Quality Analysis
  ├── Statistics
  ├── Correlation Analysis
  └── Recommendations
  │
  ▼
  PDF Audit Report
## Requirements
* Python 3.10+
* pandas
* matplotlib
* seaborn
* reportlab
## Intended Use
QualiFrame can be used for:
* Data-quality screening
* Exploratory data analysis
* Research datasets
* Sensor and environmental datasets
* Time-series datasets
* Machine-learning preprocessing
## Note
QualiFrame is a **screening and reporting tool**. Its recommendations should be reviewed before making changes to the original dataset.
## Version
**0.1.0**
## Author
**Heshva**
[Github](https://github.com/Heshva)
**QualiFrame — Automated Data Quality Auditing for Python**
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 qualiframe-0.1.1.tar.gz.
File metadata
- Download URL: qualiframe-0.1.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7604ca89112898273b550e547b797e9bd8b8f3cfdd6dd8afe5c5f7bbd5f3f83
|
|
| MD5 |
40c2715afef07855b52c67d21cf24cc2
|
|
| BLAKE2b-256 |
4e3118b541ac4394f8f7b01aa8c8983f2ba0ffc1ff5ba18c2a7e3ec5a3218c05
|
File details
Details for the file qualiframe-0.1.1-py3-none-any.whl.
File metadata
- Download URL: qualiframe-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9e304a62b886a843d891fea6ff1c0be1f0bf19b724933da6963ff36573775ed
|
|
| MD5 |
cb21831bd52b3b602a8d92aefd8eb7d8
|
|
| BLAKE2b-256 |
5239b212b2f6dc81d3b0084ac67f49ad308d59d65edd58b285f8312ed1bd4108
|