Quick Download
The easiest way to get started is to download the complete dataset as a single zip file:Latest Release
Download the latest
data.zip file containing all 18 CSV tablesDownload Methods
- GitHub Releases
- Individual CSV Files
- Clone Repository
From GitHub Releases
The most reliable method to download the complete dataset is through GitHub Releases:Visit the Releases Page
Navigate to the RaceData releases page on GitHub.
Download the Latest Version
Download
data.zip from the latest release. This archive contains all CSV files organized in the data directory.Direct link: https://github.com/TracingInsights/RaceData/releases/latest/download/data.zipThe dataset is automatically updated within 3 hours after each Formula 1 race via GitHub Actions.
File Structure
After downloading and extracting the dataset, you’ll find the following structure:Dataset Size
The complete dataset zip file is approximately 50-60 MB compressed, containing historical data from 1950 through the current season.Data Format
All files are in CSV (Comma-Separated Values) format, except forvirtual_safety_car_estimates.json which is in JSON format. CSV files can be opened with:
- Spreadsheet applications (Excel, Google Sheets, LibreOffice Calc)
- Data analysis tools (Python pandas, R, Julia)
- Database management systems (PostgreSQL, MySQL, SQLite)
- Any text editor
Next Steps
Data Schema
Understand the structure and columns of each table
Quick Start Guide
Start analyzing F1 data in minutes
HuggingFace Access
Load data directly using the HuggingFace datasets library
Programmatic Access
Automate downloads using Python scripts
