Customized data preprocessing functions for frequent tasks.
Reason this release was yanked:
Please install the latest version.
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 # tools for visualizing datasets
- klib.corr_plot() # returns a color-encoded heatmap, ideal for correlations
- klib.missingval_plot() # returns a figure containing information about missing values
klib.clean # tools for cleaning datasets
- klib.data_cleaning() # perform initial datacleaning on a dataset
- klib.convert_datatypes() # converts existing to more efficient dtypes, also called in ".data_cleaning()"
- klib.drop_missing() # drops missing values, also called in ".data_cleaning()"
Examples
klib.corr_plot(df, split='pos') # displaying only positive correlations
klib.missingval_plot(df) # default representation of missing values in a DataFrame
Contributing
Pull requests and ideas 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.64.tar.gz.
File metadata
- Download URL: klib-0.0.64.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e599616665656889abb32d0fdd6d965988802cd2dfe3960840af0ab394c3e8
|
|
| MD5 |
64d1be2a177674cbd731f274eae9e321
|
|
| BLAKE2b-256 |
9e6c59aecaaa46d1e53b1edac5dfcf101b6d5cdaaf8e866248952380ab0b0492
|
File details
Details for the file klib-0.0.64-py3-none-any.whl.
File metadata
- Download URL: klib-0.0.64-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d51395279548a6ba7528b653995ff2dde5b83672be80ac1a365e5ef9f720d396
|
|
| MD5 |
5890746bf2c0faf4429319cbf1846d35
|
|
| BLAKE2b-256 |
5324680394dd4f39df576c87324706ff82721e6e0395f1614e410e78864abc08
|