Skip to main content

Data pre-processing

Project description

Revamp

A python library that helps in data preparation. Data cleansing steps like missing values imputation, encoding, one-hot encoding, and scaling can be performed by using this library.

Installation

pip install revamp

Get started

Prepare your tabular data for statistical analysis or predictive modeling.

from revamp import DataPreperation

# Instantiate object
transformation = DataPreperation()

# Call the object method
print(transformation.Transform(X=train, cleansing_step="all"))

Change Log

1.0.0 (30/10/2021)

  • First Release

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

revamp-1.0.0.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file revamp-1.0.0.tar.gz.

File metadata

  • Download URL: revamp-1.0.0.tar.gz
  • Upload date:
  • Size: 5.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.5.0.1 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for revamp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 65da6edbd127a63b33d3f176f707878e2289ebbc3ca434745bccbcddc7e14234
MD5 7a507fb86009a9e9e588db7037eda97a
BLAKE2b-256 9be952d780eff90c6178517aedbf4db1e1114cb96aa0d984855c828425aca564

See more details on using hashes here.

Supported by

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