Skip to the content.

This week builds onto our data wrangling skills by

Data scientists often work with different data types, and sometimes working with different data types can be difficult. Thankfully, the Tidyverse has powerful (and easy to use!) packages that make data wrangling with difficult data types much easier.

It’s rare that a data analysis involves only a single table of data. Typically you have many tables of data, and you must combine them to answer the questions that you’re interested in. Collectively, multiple tables of data are called relational data because it is the relations, not just the individual datasets, that are important.

This module covers these basic capabilities by teaching you how to use the dplyr package and other Tidyverse to perform common data transformation and joining tasks.


Assignments

Readings


Class

Please download the class material from canvas.

See you in class!