drewbennison / thesingleseater

The data and code behind The Single Seater
1 stars 0 forks source link

Simplify stats gathering #14

Closed drewbennison closed 2 years ago

drewbennison commented 2 years ago
  1. Convert PDF to Excel using Python code
  2. Clean up lap chart in python rather than R
  3. Fix NAs and negative numbers within python
  4. Order by finishing position if possible
drewbennison commented 2 years ago

Get drivers names and number from racing reference.

drewbennison commented 2 years ago
  1. Done
  2. Not needed.
  3. Fix NAs and negative numbers in the raceStats script
  4. Order by finishing position using the racing reference data and paste it all into the master excel sheet at once
  5. Using the racing reference data, make a lap 0 and append it to the front of the data frame. This should be done next, and will require some fixes to the beginning of the race stats script.

5, 4, 3 order of operations.

drewbennison commented 2 years ago

Reorganize script to be more general (urls are inputs to the function)