/Missing-Value-Imputation

Tutorial to identify, visualize and handle missing values.

Primary LanguageHTML

Missing-Value-Imputation

Handling missing value is usually the first critical step of data cleaning and preparation. In order to successfully manage and analysis data, it is important to identify missing values, understand hidden pattern and imputate missing values carefully. I used the city air pollution dataset from UCL to illustrate several ways to visualize and handle missing value and it is also a perfect material for data beginners to explore.

About

Data source: UCL Repository | http://archive.ics.uci.edu/ml/index.php
Tool: R
Packages: Hmisc | dplyr | mice | tidyr | ggplot2 | purrr | VIM | magrittr | corrplot