Skip to content

Commit

Permalink
DOC: clarification around lap time deletions
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Aug 11, 2024
1 parent c1c5be3 commit 3a57da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fastf1/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2591,8 +2591,7 @@ class Laps(BaseDataFrame):
- **Driver** (string): Three letter driver identifier
- **DriverNumber** (str): Driver number
- **LapTime** (pandas.Timedelta): Recorded lap time.
Officially deleted lap times will *not* be deleted here.
Deleting laps is currently not supported.
To see if a lap time was deleted, check the **Deleted** column.
- **LapNumber** (float): Recorded lap number
- **Stint** (float): Stint number
- **PitOutTime** (pandas.Timedelta): Session time when car exited
Expand Down

0 comments on commit 3a57da4

Please sign in to comment.