Skip to main content

Customized data preprocessing functions for frequent tasks.

Project description

klib

Python package Language Downloads Last Commit Scrutinizer License

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.

PyPI Version

pip install klib
pip install --upgrade klib

Alternatively, to install this package with conda run:

Conda Version

conda install -c conda-forge 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

Corr Plot Example

klib.missingval_plot(df) # default representation of missing values in a DataFrame, plenty of settings are available

Corr Plot Example

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

MIT

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

klib-0.0.71.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

klib-0.0.71-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

File details

Details for the file klib-0.0.71.tar.gz.

File metadata

  • Download URL: klib-0.0.71.tar.gz
  • Upload date:
  • Size: 16.3 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

Hashes for klib-0.0.71.tar.gz
Algorithm Hash digest
SHA256 55937557530ad3f88ffbe91569f02041083c6779812abe81837187be33160efd
MD5 eb25dcbaea09f28fd8f36ccb54f50ca1
BLAKE2b-256 5c97209aa8a268dad83054939fe159e96d68862d9450bb2c94f4f42d1c4e9f9f

See more details on using hashes here.

File details

Details for the file klib-0.0.71-py3-none-any.whl.

File metadata

  • Download URL: klib-0.0.71-py3-none-any.whl
  • Upload date:
  • Size: 17.5 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

Hashes for klib-0.0.71-py3-none-any.whl
Algorithm Hash digest
SHA256 b4aa698891c7b52456bfa22a988b9f2778ce13df5247b4c0c08628d09e272539
MD5 bd04e2104640978b2e2cf8eb23a2ebae
BLAKE2b-256 c56888fd65d9a6c09fdb91e4f16235fae4be5a34f10e1547a081586da9527f4d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page