Skip to content

Commit

Permalink
Unify dataframe docstring to use str type
Browse files Browse the repository at this point in the history
Closes #683
  • Loading branch information
Casper-Guo committed Feb 6, 2025
1 parent ff42cb0 commit dd6ae85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastf1/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -2609,7 +2609,7 @@ class Laps(BaseDataFrame):
- **Time** (pandas.Timedelta): Session time when the lap time was
set (end of lap)
- **Driver** (string): Three letter driver identifier
- **Driver** (str): Three letter driver identifier
- **DriverNumber** (str): Driver number
- **LapTime** (pandas.Timedelta): Recorded lap time.
To see if a lap time was deleted, check the **Deleted** column.
Expand Down

0 comments on commit dd6ae85

Please sign in to comment.