As we move towards more functionality for users we can also allow more than one driver using .pick_drivers() instead of .pick_driver() (https://docs.fastf1.dev/core.html#fastf1.core.Laps.pick_drivers).
I'm still trying to figure out .pick_lap() to see if it's possible to use that for lap selection instead of the proposed .slice_by_lap()
As we move towards more functionality for users we can also allow more than one driver using
.pick_drivers()instead of.pick_driver()(https://docs.fastf1.dev/core.html#fastf1.core.Laps.pick_drivers).I'm still trying to figure out
.pick_lap()to see if it's possible to use that for lap selection instead of the proposed.slice_by_lap()