Overview
rainfall_flag is boolean (true = precipitation detected). wind_direction is int16 (0–360). wind_speed_ms is in metres per second.
Columns
float32
Ambient (air) temperature in Celsius. Source: FastF1 native.
float32
Track surface temperature in Celsius. Typically 10–20°C higher than ambient on sunny days. Source: FastF1 native.
float32
Relative humidity, 0–100%. Source: FastF1 native.
bool
True if precipitation is detected during this sample period. Source: FastF1 native.
int16
Wind direction in degrees (0–360°). Null if calm. Source: FastF1 native.
float32
Wind speed in metres per second. Source: FastF1 native.
float32
Atmospheric pressure in hectopascals. Source: FastF1 native.
float64
Session elapsed time in seconds when this sample was recorded. Source: Ingestion pipeline.
string
Only present on qualifying weather files, where it’s always
"Q". Absent entirely from race weather; there is no session column on race files. Source: Ingestion pipeline.string
required
Links to
laps.race_id. Format: YYYY_RoundNumber. Source: Ingestion pipeline.integer
required
Hive partition key. Source: Ingestion pipeline.
Required Columns
These columns are always present (non-null, always ingested):race_id, season.