Metadata-Version: 2.1
Name: missing-101703571
Version: 0.0.1
Summary: Python package for filling the missing values using mean(Statistical model)
Home-page: UNKNOWN
Author: Sunishka Jain
Author-email: sunishkajain15@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

﻿# Filling Missing Values

Missing Data can occur when no information is provided for one or more items or for a whole unit. Missing Data is a very big problem in real life scenario. Missing Data can also refer to as `NA`(Not Available) values in pandas. In DataFrame sometimes many datasets simply arrive with missing data, either because it exists and was not collected or it never existed.
In this package, the missing values in a csv file are filled using the fillna function in pandas. For this the statistical model of mean is used.

## Usage

$ python3 missing_101703571.py filename
> Link for installation has been provided above


