formula1 / f1.py
kbberendsen's picture
Load first race and cache
416452f
raw
history blame
119 Bytes
import fastf1 as ff1
ff1.Cache.enable_cache('.\cache')
session = ff1.get_session(2023, 'Austria', 'R')
session.load()