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 hashes)

Uploaded Source

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