May 2019
Beginner to intermediate
266 pages
5h 57m
English
Data cleaning, or tidying up the data, is the process of transforming raw data into a specific form of consistent data, which includes analysis in a simple manner. The R programming language includes a set of comprehensive tools that are specifically designed to clean the data in an effective manner. We will be focusing on cleaning the dataset here in a specific way by observing the following steps:
> library(dplyr) > library(tidyr)
> summary(AirQualityUCI) Date Time CO(GT) PT08.S1(CO) NMHC(GT) Min. :2004-03-10 00:00:00 Min. :1899-12-31 00:00:00 ...
Read now
Unlock full access