This dataset includes race telemetry data from the Formula1 Montreail 2023 GP. It was obtained from the Ergast API using the fastf1 library.
We built an interactive demo for this dataset on Hugging Face spaces.
You can explore the dataset on your machine with Spotlight:
pip install renumics-spotlight
ds = datasets.load_dataset('renumics/f1_dataset', split='train')
dtypes = {"DistanceToDriverAhead":… See the full description on the dataset page:
https://huggingface.co/datasets/renumics/f1_dataset.