Metadata-Version: 2.1
Name: missing-101703139
Version: 1.0.2
Summary: A Python package to handle missing data.
Home-page: UNKNOWN
Author: Bharat Chauhan
Author-email: bharatchauhan752000@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas

MISSING DATA

A Python package to handle missing data.

Following query on terminal will provide you the detail to handle missing data.

Usages:

python missing-101703139.py <InputDataFile>

Example:Â 

For any dataset

pass the arguments as follows:

python missing-101703139.py input_data.csv 

