Skip to main content

Customized data preprocessing functions for frequent tasks.

Reason this release was yanked:

Please install the latest version.

Project description

klib

Python package PyPI Version Language Downloads Last Commit Activity Code Quality 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.

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

Corr Plot Example

klib.missingval_plot(df) # default representation of missing values in a DataFrame

Corr Plot Example

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

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.65.tar.gz (7.9 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.65-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: klib-0.0.65.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

Hashes for klib-0.0.65.tar.gz
Algorithm Hash digest
SHA256 615cac58cbd97fefeacb2f934bb03d7545ff2b540cc1e7ab9dc4aa6dc62f0185
MD5 b45bbf33302977501250a65fd0f69a19
BLAKE2b-256 0845531f6cf699cb3dabcc1565a25f16eb3e480b952c4b2efd66f7580941aae9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: klib-0.0.65-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

Hashes for klib-0.0.65-py3-none-any.whl
Algorithm Hash digest
SHA256 5c78cb999b4ec08a3ef295e89257f41938a557c63af59954e9867adce6415762
MD5 093935a30d454873423c995dca6ec50a
BLAKE2b-256 91ebc4fed395d499a37e24c82b5e794840704f86b46f37443b7c64d9305b7b72

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