Metadata-Version: 2.1
Name: python-missing
Version: 1.0.0
Summary: A python package to fill empty slots in the dataset with the mean.
Home-page: UNKNOWN
Author: Sahil Ahuja
Author-email: sahil27ahuja1999@gmail.com
License: MIT
Description: ### Installation
        The module, Missing requires pandas and numpy module to functionThis module is used to fill missing values in a dataset. The first row of the csv file must be the names of the features.
        
        Usages: python-missing <InputDataFile> 
        	
        ```sh
        $ pip install python-missing
        $ python-missing myData.csv
        ```
        ### License
        MIT
        ### Author
        Sahil Ahuja
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
