Replies: 1 comment
-
There currently is no built-in way to do this. Although, it is planned to be added at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Session = fastf1.get_session(year, race, session) laps = Session.load_laps(with_telemetry=True)
If I use 'Time' column to filter, whenever we have red flags, quali session gets delayed, so it becomes difficult to standardize .
After loading laps data, how to keep only Q1 laps?
Beta Was this translation helpful? Give feedback.
All reactions