Skip to main content

Prepup is a free, open-source package that lets you open, explore, visualize, and pre-process datasets in your Computer's Terminal.

Project description

prepup

image image

Prepup is a free open-source package that lets you inspect, explore, visualize, and perform pre-processing tasks on datasets in your computer’s terminal.

Installation

  • Prepup can be installed using the Pip package manager.

!pip install prepup

Motivation

  • Developing an efficient and user-friendly command line tool for data pre-processing to handle various tasks such as missing data, data formatting, and cleaning, with a simple interface and scalability for large datasets.

File Format Supported

  • CSV
  • EXCEL
  • PARQUET

Why you should use Prepup?

It's Super fast

  • Prepup is built on Polars which is alternative to pandas and helps you load and manipulate the DataFrames faster.

Analytical

  • Prepup handles tasks ranging from shape of data to the Standardizing the feature before training the model. It does it right on the terminal.

Compatible

  • Prepup supports CSV, EXCEL and PARQUET formats making it compatible to go with different file formats.

Non Destructive

  • Prepup doesn't alters your raw data, It saves pre-processed data only when user specifies the path.

Lives in your Terminal

  • Prepup is terminal based and has specific entry points designed for using it instantly.

Command Line Arguments available in PREPUP

prepup -inspect

  • inspect flag takes the dataframe and returns the Features available, Features datatype and missing values present in the Dataset.

prepup -explore

  • explore flag takes the dataframe and returns the Features available, Features datatype, Correlation between features, Detects Outliers, Checks Normal Distribution, Checks Skewness, Checks Kurtosis and also allows the option to check if the dataset is Imbalanced.

prepup -explore

  • visualize flag plots the feature distribution directly on the terminal.

prepup -visualize

  • visualize flag plots the feature distribution directly on the terminal.

prepup -impute

  • There are 8 different strategies available to impute missing data using Prepup

    • Option 1 – Drops the Missing Data
    • Option 2 – Impute Missing values with a Specific value
    • Option 3 – Impute Missing values with Mean.
    • Option 4 – Impute Missing values with Median.
    • Option 5 – Impute Missing value based on the distribution of existing columns.
    • Option 6 – Impute Missing values based on Forward Fill Strategy where missing values are imputed based on the previous data points.
    • Option 7 - Impute Missing values based on Backward Strategy where missing values are imputed based on the next data points.
    • Option 8 – Impute missing values based on K-Nearest Neighbors.

prepup -standardize

  • Standardize allows you to standardize the dataset using two different methods:

    1. Robust Scaler

    2. Standard Scaler

  • Robust Scaler is recommended if there are outliers present and you feel they can have influence on the Machine Learning model.

  • Standard Scaler is go to function if you want to standardize the dataset before training the model on it.

License

  • Free software: MIT license

Package Link

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

prepup-0.0.19.tar.gz (12.9 kB view details)

Uploaded Source

File details

Details for the file prepup-0.0.19.tar.gz.

File metadata

  • Download URL: prepup-0.0.19.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.2

File hashes

Hashes for prepup-0.0.19.tar.gz
Algorithm Hash digest
SHA256 c21dd270ece6addb0fcbc4e460d9da1a5a49bfe803651d1edf5b9221144bd95b
MD5 0e4123c420d020508cff608330b20722
BLAKE2b-256 683e4d03fb5692f9a8b8e1c9ec68351967ee2ce01a209dc8b850a23e1837315a

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