Overview of Tidy Data
This lesson is called Overview of Tidy Data, part of the Going Deeper with R course. This lesson is called Overview of Tidy Data, part of the Going Deeper with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Take a look at your data and see which principles of tidy data it violates
Learn More
The illustrated blog post Tidy data for efficiency, reproducibility, and collaboration by Julie Lowndes and Allison Horst is a great way to start learning about tidy data.
Chapter 5 of the book R for Data Science also has a nice overview of tidy data.
There is also an in-depth vignette in the tidyr
package documentation about tidy data.
Have any questions? Put them below and we will help you out!
Course Content
44 Lessons
You need to be signed-in to comment on this post. Login.
gene trevino • January 9, 2025
I dont undestand what this line does [ pivot_longer(cols = -c(district_institution_id, school_institution_id) ]
Thanks
David Keyes Founder • January 14, 2025
I don't see that code in this lesson. Can you point me to where exactly you are seeing it?