Metadata-Version: 2.1
Name: aryansindhi-101703110-missing-1
Version: 0.0.1
Summary: A small package that handles missing values in pandas dataframe
Home-page: UNKNOWN
Author: Aryan Sindhi
Author-email: asindhi_be17@thapar.edu
License: UNKNOWN
Description: 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.
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
