2026-04-09
Claimed Dataset: make sure to add the link to the Tidy Tuesday page
Homework 10: Looks good, make sure to submit!
For each of the Things you defined, write out at least three paragraphs:
Make sure to:
For the example of the repair cafes the things we might want to do are:
Definitions: Repair cafes are identified by repair_cafe_number and repair_cafe_name. We will use the variable country to show where repair cafes are. We can measure origin for each cafe as the date of the first repair.
What we do
repair_date), date of last repair (maximum), number of total repairs, country.Visual summary: To show the result we: map the first date of a repair for each cafe to the x axis, number of repairs on y and color by country and show as a scatterplot. Additionally, we add a line segment for each cafe’s existence from first date to last date, and also color by country.
Interpret the result and write summary.
Optional for extra credit