tif1 provides data in a structured format consistent with fastf1. This page lists every column in the main DataFrames.
tif1 uses PascalCase for all column names in Lap and Telemetry DataFrames, for example LapTime and Speed.This page documents the DataFrame columns that tif1 provides. tif1 builds these DataFrames from raw JSON files in the TracingInsights data repos. The repos store the data under short abbreviated keys:
s1, vi1, wWS. Every raw field is documented in the Data Reference.⏱️ Lap Data (session.laps)
The laps DataFrame contains one row for every lap completed by every driver in the session.
Core Timing
Sectors & Speed Traps
Tires & Strategy
Status & Metadata
🎯 Telemetry Data (lap.telemetry)
High-frequency samples (approx. 4Hz) recorded throughout a lap.
Car Metrics
Spatial Data
Acceleration (G-Forces)
These are mathematically derived and smoothed from position and speed data.Longitudinal acceleration is smoothed with a 3-point moving average. Lateral and Vertical are smoothed with a 9-point moving average to reduce noise.