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

Idiomatic dataframe arithmetic #66

Closed Casper-Guo closed 3 months ago

Casper-Guo commented 3 months ago

The functions for finding the per-event fastest time and representative time should be rewritten to use groupby rather than for loops.

Same can be done for per lap representative time with multiple keys.