Customized data preprocessing functions for frequent tasks.
Project description
klib
klib is a Python library for importing, cleaning, analyzing and preprocessing data. Future versions will include model creation and optimization to provide an end-to-end solution.
Installation
Use the package manager pip to install klib.
pip install klib
pip install --upgrade klib
Usage
import klib
klib.describe # functions for visualizing datasets
- klib.cat_plot() # returns a visualization of the number and frequency of categorical features.
- klib.corr_mat() # returns a color-encoded correlation matrix
- klib.corr_plot() # returns a color-encoded heatmap, ideal for correlations
- klib.dist_plot() # returns a distribution plot for every numeric feature
- klib.missingval_plot() # returns a figure containing information about missing values
klib.clean # functions for cleaning datasets
- klib.data_cleaning() # perform datacleaning (drop duplicates & empty rows/columns, adjust dtypes,...) on a dataset
- klib.convert_datatypes() # converts existing to more efficient dtypes, also called inside ".data_cleaning()"
- klib.drop_missing() # drops missing values, also called in ".data_cleaning()"
Examples
klib.corr_plot(df) # providing a pd.DataFrame is sufficient, however, plently of settings and options are available
klib.corr_plot(df, split='pos') # displaying only positive correlations
klib.missingval_plot(df) # default representation of missing values in a DataFrame, plenty of settings are available
Contributing
Pull requests and ideas, especially for further functions are welcome. For major changes or feedback, please open an issue first to discuss what you would like to change.
License
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 klib-0.0.70.tar.gz.
File metadata
- Download URL: klib-0.0.70.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acc512d8d33f4d4c3594a1ce45c2e7df6cfd8703132ce3dec378c274522370a1
|
|
| MD5 |
05404b557e92d30819d7218f2ac4c21f
|
|
| BLAKE2b-256 |
b02d658960fa50127c761150e6dbd62fb64b313e4779f58a5fb4f61b0a41aa48
|
File details
Details for the file klib-0.0.70-py3-none-any.whl.
File metadata
- Download URL: klib-0.0.70-py3-none-any.whl
- Upload date:
- Size: 16.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0bd5f360364b2d2d74c202c87de0bf20de8976055dc3f5c101fa5e9583f515f
|
|
| MD5 |
2cf2233780c8de9d42baaa8623a4c1b5
|
|
| BLAKE2b-256 |
737422247ed11e9f1447ae5b79ed445f452e90e67724efe75290be9e06bca75e
|