Skip to content

Instantly share code, notes, and snippets.

@dhupee
Created August 7, 2022 12:31
Show Gist options
  • Select an option

  • Save dhupee/c151d6d01943234c2da04d798088df53 to your computer and use it in GitHub Desktop.

Select an option

Save dhupee/c151d6d01943234c2da04d798088df53 to your computer and use it in GitHub Desktop.
# add quali session
quali = fastf1.get_session(2022, 'Hungaroring', 'Q')
quali.load(laps=True, telemetry=True, weather=True)
# load 4 fastest quali time
rus = quali.laps.pick_driver('RUS').pick_fastest()
sai = quali.laps.pick_driver('SAI').pick_fastest()
nor = quali.laps.pick_driver('NOR').pick_fastest()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment