Skip to main content

Handle both categorical and non-categorical missing values

Project description

Handle-Missing-Values

Create and save .csv file with replaced categorical and non-categorical missing values

Brief

Replaces missing non-categorical values with mean of respective columns and uses KNN for missing categorical values

Usage

Use below commands in python terminal:
    >>>from missing import missing
    >>>t = missing.missing(input_filename,output_filename,methods)
methods can be "replace" or "remove"
e.g . t = missing.missing("mydata.csv","out.csv","replace")

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

handle-missing-csv-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

handle_missing_csv-0.0.1-py3-none-any.whl (3.3 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