Casper-Guo / Armchair-Strategist

Strategy dashboard for all F1 races since 2018
https://armchair-strategist.dev/
Apache License 2.0
49 stars 4 forks source link

Rewrite preprocessing #101

Closed Casper-Guo closed 2 months ago

Casper-Guo commented 2 months ago

Use Pandas built-ins wherever possible to replace calls to apply and inefficient (unvectorized) lambda functions.

Casper-Guo commented 2 months ago

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