Today we are starting the Section II Wrangle.
This section introduces different ways to access data and discusses the idea of Tidy Data.
- tibbles - a better data.frame, in the tidyverse, data_frame
- importing data - a better read.csv, in the tidyverse, read_csv
- tidy data - variables down columns, observations accross rows
- relational data - merging and joining different data_frames
- strings and factors
- dates and times