May 2019
Beginner to intermediate
266 pages
5h 57m
English
This section involves understanding each and every attribute in depth, which is considered to be important for the dataset specified.
We need to carry out the following steps to understand the data structure and mapping attributes, if any:
> class(AirQualityUCI) [1] "tbl_df" "tbl" "data.frame"
The output shows that the dataset is merely a tabular format of a data frame.
> dim(AirQualityUCI) [1] 9357 15
This shows that the dataset comprises 9357 rows and 15 columns. The column structure has already been discussed in the first section.
Read now
Unlock full access