A simple package to get statistical summary of a pandas dataframe
Project description
Get Started
Source code: GitHub Repository
Installation
Use pip directly
pip install cleansummary
Or install from source
git clone https://github.com/fonyango/cleansummary.git
cd cleansummary
pip install .
Usage
Import the library
from cleansummary import CleanSummary
Instantiate the library using a dataframe
cs = CleanSummary(df)
Get proportion of missing data
cs.percentage_missing()
Get the plot and skewness coefficient of a variable
cs.check_skewness('variable_name')
Get statistical summary
cs.get_statistical_summary(variableType=None)
cs.get_statistical_summary(variableType='categorical')
cs.get_statistical_summary(variableType='numerical')
Change Log
0.0.4 (15/09/2023)
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
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 cleansummary-0.0.5.tar.gz.
File metadata
- Download URL: cleansummary-0.0.5.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a87f13f2338779d5ad96b58ac3d914ad2f547ef41bd843f7ae73223273999ff
|
|
| MD5 |
ca63660e46a53e9e7fd1a7ca2e486ed1
|
|
| BLAKE2b-256 |
8fc37873d09479850fc87631455c96fb563933f409a87957c87dd4ca256e5f01
|
File details
Details for the file cleansummary-0.0.5-py3-none-any.whl.
File metadata
- Download URL: cleansummary-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
525de4985bef147d18af50ecf994369d5b13bbc37c1b6ea4ab1bb8ac8e9e40e3
|
|
| MD5 |
462c823979af2d6e2c6c02a1880bf538
|
|
| BLAKE2b-256 |
5101d8a58afe20c9c7d2d22dbcaa3704a708a2496379648b6299f1cad26eb6e5
|