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

Author

Rony Rodriguez-Ramirez

Published

20 August 2024

Overview

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.

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 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

```