Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kbberendsen
/
formula1
like
0
Runtime error
App
Files
Files
Community
416452f
formula1
/
f1.py
kbberendsen
Load first race and cache
416452f
over 1 year ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
fastf1
as
ff1
ff1.Cache.enable_cache(
'.\cache'
)
session = ff1.get_session(
2023
,
'Austria'
,
'R'
)
session.load()