Metadata-Version: 2.1
Name: arushigupta-101703106-missing1
Version: 0.0.1
Summary: A small package that handles missing values in pandas dataframe
Home-page: UNKNOWN
Author: Arushi Gupta
Author-email: agupta11_be17@thapar.edu
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

This is a package to handle missing value in a pd dataframe.
You have to run python file as:
python file.py inputfile.csv output file.csv n,n,c,n
where last argument n,n,nc,n represents type of feature 
that is is it numerical feature or categorical feature,
if you want to correctly get rrsults without any errors please
follow instructions.

