Skip to content

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

License

Notifications You must be signed in to change notification settings

NoOne03/handle_missing_value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Handle-Missing-Values

Create and save .csv file with replaced categorical and non-categorical missing values.PyPI Project link here

Brief

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

Installation & Usage

Use below commands:
  • pip install handle-missing-csv
  • python3
  • >>>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")

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages