Describe the issue:
The first stint for all drivers in the 2025 Miami GP race sessions is NaN and the second stint is treated as the first one (the code example only contains Verstappen's laps, but the issue is consistent across all drivers).
Reproduce the code example:
import fastf1
# Parameters
year = 2025
grand_prix = 6
session = 5
# Load session data
session = fastf1.get_session(year, grand_prix, session)
session.load()
session.laps.pick_drivers("VER")
Error message:
Describe the issue:
The first stint for all drivers in the 2025 Miami GP race sessions is
NaNand the second stint is treated as the first one (the code example only contains Verstappen's laps, but the issue is consistent across all drivers).Reproduce the code example:
Error message: