Day 6: Tidy data and making it

Tidy data is one of the most important concepts for any data scientist. It provides predictable organization for data that makes coding, analysis, and collaboration easier. Tidy data satisfies the following conditions:

In Day 6, we’ll learn about tidy data structure, common ways that data are untidy, and useful skills for tidying untidy data.

Day 6 lecture slides:

Day 6 lab materials:

Flex sessions:

Activities:

Efficiency tips (inspired by Dr. Julia Lowndes)

Resources

Reading:

Coding:

Allison note TODO: Relate tidy data to relational databases to prep them for Frew’s class