Skip to main content
tif1 provides data in a structured format consistent with fastf1. Below is the exhaustive reference for every column in the main DataFrames.
tif1 uses PascalCase for all column names in Lap and Telemetry DataFrames (e.g., LapTime, Speed).

⏱️ 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.

🌡️ Weather Data (session.weather)

Environmental conditions recorded once per minute.

🚩 Race Control (session.race_control_messages)

Official messages issued during the session.
Last modified on March 4, 2026