rfordatascience / tidytuesday

Official repo for the #tidytuesday project
Creative Commons Zero v1.0 Universal
6.9k stars 2.4k forks source link

Yarn data from ravelry.com #463

Closed awalsh17 closed 2 years ago

awalsh17 commented 2 years ago

A dataset of yarns from the knitting and crocheting website, ravelry.com This yarn data is a table of 100,000 yarns collected via the ravelry API.

I emailed Ravelry to confirm that this data could be used for education/entertainment purposes. The only data that should not be used would be notes copyrighted by a brand (not in this data).

The data includes information on the yarn name, weight, machine washable, rating_average, rating_count, texture, yardage, company name, etc.

The yarn data is a csv with 100000 rows and 24 variables.

If you like this idea, I put the data and a data dictionary here: https://github.com/awalsh17/ravelry_yarns

Other yarn attributes (animal or synthetic fiber, fiber type, needle size) could be shared, but the primary data might be sufficiently interesting.

This is my first dataset suggestion - I don't have an article on the data, but I suppose I could create one?

jthomasmock commented 2 years ago

Thanks!