Skip to content

[BUG] 2025 Miami GP race session - first stint indicated as NaN for all drivers #827

@borolepratik

Description

@borolepratik

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).

Image

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    accuracyRelated to accuracy of timing or telemetry dataenhancementNew feature or requestexternalThe problem is not caused by FastF1

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions