Skip to main content

A data preprocessing helper consists of your basic preprocessing needs

Project description

PreProcessing Ninja

A PreProcessing library for your basic PreProcessing needs

forthebadge

Python 3.6

Features of the package

  • impute_missing_value: Helps to impute missing values
  • scale_data: Scales the data
  • encode_categorical_data: Helps in encoding categorical variables
  • remove_outliers: Helps in removing outliers

Use

pip install PreProcessingNinja

Example

from preprocessing_ninja import PreProcessingNinja
ninja = PreProcessingNinja()

#creating column dictionary
d = {
    'column1':'mean',
    'column2':'mean',
    'column3':'most_frequent'
}

#calling method
df = ninja.impute_missing_value(datafra,e, d)

Note

There might be bugs.

Authors

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

PreProcessingNinja-0.0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

PreProcessingNinja-0.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

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