Closed Casper-Guo closed 2 months ago
Use Pandas built-ins wherever possible to replace calls to apply and inefficient (unvectorized) lambda functions.
apply
Reconciled against 2024 Dutch GP individually and 2024 data as a whole. All values match with the exception of TrackStatus but the difference is not detrimental. Documented in #102
TrackStatus
Use Pandas built-ins wherever possible to replace calls to
apply
and inefficient (unvectorized) lambda functions.