TidyTuesday
is a weekly social data project. All are welcome to participate! Please remember to share the code used to generate your results!TidyTuesday
is organized by the Data Science Learning Community. Join our Slack for free online help with R, Python, and other data-related topics, or to participate in a data-related book club!
Our over-arching goal for TidyTuesday is to make it easier to learn to work with data, by providing real-world datasets.
Our goal for 2023-2024 is to increase usage of #TidyTuesday within classrooms. We would like to be used in at least 10 courses by September 2024. If you are using TidyTuesday to teach data-related skills, please let us know!
- Data is posted to social media every Monday morning. Follow the instructions in the new post for how to download the data.
- Explore the data, watching out for interesting relationships. We would like to emphasize that you should not draw conclusions about causation in the data. There are various moderating variables that affect all data, many of which might not have been captured in these datasets. As such, our suggestion is to use the data provided to practice your data tidying and plotting techniques, and to consider for yourself what nuances might underlie these relationships.
- Create a visualization, a model, a shiny app, or some other piece of data-science-related output, using R or another programming language.
- Share your output and the code used to generate it on social media with the #TidyTuesday hashtag.
You can also curate a dataset for a future TidyTuesday!
To cite the TidyTuesday
repo/project in publications use:
Data Science Learning Community (2024). Tidy Tuesday: A weekly social data project. https://tidytues.day
A BibTeX entry for LaTeX users is
@misc{tidytuesday,
title = {Tidy Tuesday: A weekly social data project},
author = {Data Science Learning Community},
url = {https://tidytues.day},
year = {2024}
}
Note: If you would like to cite the tidytuesdayR package, you should use citation("tidytuesdayR")
instead.
PLease see our contributing guide for ways that you can help!