πŸ—“οΈ Week 02 - Tidy Data and Visualization

Author

Rony Rodriguez-Ramirez

Published

20 August 2026

Week 02

In this week, we dive into the concepts of tidy data and data visualization. You’ll learn how to organize your data in a format that is easy to manipulate and visualize. We will focus on transforming data into a β€œtidy” format where each variable is a column, each observation is a row, and each type of observational unit forms a table. Additionally, we’ll cover essential visualization techniques using ggplot2 to explore and communicate your findings effectively.

tidy data visualization analytical judgment

πŸ‘¨β€πŸ« Lesson Slides

Either click on the slide area below or click here to view it in fullscreen. Use your keypad to navigate the slides.

View all slides in new window

Guiding Questions

These are optional!

You don’t need to answer all of theseβ€”or even any of them! They are here to help guide your thinking and reflection on the content. Feel free to explore whatever aspects you find most interesting.

  • What are the key principles of tidy data, and why are they important?
  • How does the structure of your data impact the type of visualizations you can create?
  • In what ways can data visualization help in uncovering trends and patterns?

Readings

  • No readings for this session.

Lesson Focus

This week is less about memorizing syntax and more about building analytical judgment:

  • how to decide whether data are tidy enough for analysis;
  • how plot choices shape interpretation;
  • how to communicate a pattern clearly without overstating it;
  • how to move from a rough exploratory graphic to a plot that belongs in a memo or problem set.