When I got into data, I wanted to be able to do my own analysis for cycling, my favourite sport (alongside the NFL). However, the public framework isn't there, so I have started the process of building my own public framework that people can use in order to analyse cycling results.
The process involves using python to ingest FirstCycling.com data (as well as other sources like the Paralympics) and transforming the data into basic CSVs to load into R. Within R, I do another step of transformations and then create functions to deliver outputs that anyone could use.
Link to GitHub: https://github.com/rogers1000/cyclingchaos
Comments