A fast and easy Auto EDA library for data scientists
Project description
DataQuick 🚀
A fast and easy Auto EDA library for data scientists.
Features
- Auto data analysis
- Missing values report
- Data cleaning
- Auto visualizations
Installation
pip install dataquick
Usage
import pandas as pd
import dataquick as dq
df = pd.read_csv("data.csv")
dq.analyze(df) # Full analysis
dq.clean(df) # Auto clean
dq.visualize(df) # Auto visualize
Author
Made by quratalvi11-dotcom
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
dataquick-0.1.1.tar.gz
(4.5 kB
view details)
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 dataquick-0.1.1.tar.gz.
File metadata
- Download URL: dataquick-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eabf752f00c486a61004af4779b905a09febf60435af3b23474b47caa34d5dcf
|
|
| MD5 |
f7feb6b0d0b9ab8d1f63ee5dcf2af84c
|
|
| BLAKE2b-256 |
1c72a5302268202e16a1e577592ff7c2db2442e5b39bcdc798c0d07ee1af60ae
|
File details
Details for the file dataquick-0.1.1-py3-none-any.whl.
File metadata
- Download URL: dataquick-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93195f27c89c73b0adb51442650646ea39afcbfdf6c84594b74edbfac462e3b4
|
|
| MD5 |
c3488e255f9be1f6855da4523e08c8f6
|
|
| BLAKE2b-256 |
757eb46c75005723a94a7cc86ce54a0b6e569c8418c20bb183f12cf01dd048b9
|