Metadata-Version: 2.1
Name: missing-mnv
Version: 0.0.1
Summary: Missing Values Handler
Home-page: UNKNOWN
Author: Manav Upadhyay
Author-email: manavupadhyay5@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

There may be some missing values in your dataset which are very important to be dealt with. This package helps in handling the missing values in your dataset. It replaces the missing values with the mean of that column. It also prints the dataset after imputing the missing values.

How to make it work :
Command for running the package will look like - 
python missing_mnv <inputdata>
e.g. python missing_mnv "mydata.csv"


