May 2019
Beginner to intermediate
266 pages
5h 57m
English
Data cleaning, or rather tidying up the data, is the process of transforming raw data into specific consistent data that includes analysis in a simpler 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 here on cleaning the dataset in a specific way:
> library(dplyr)> library(tidyr)
>summary(longley) GNP Deflator GNP Unemployed Armed Forces Population Year Employed Min. : 83.00 Min. :234.3 Min. :187.0 Min. :145.6 Min. :107.6 Min. :1947 ...
Read now
Unlock full access