2024 Miami Grand Prix Verstappen Telemetry
Max Verstappen's full car data during the 2024 Miami Grand Prix
@kaggle.lucasdraichi_2024_miami_grand_prix_verstappen_telemetry
Max Verstappen's full car data during the 2024 Miami Grand Prix
@kaggle.lucasdraichi_2024_miami_grand_prix_verstappen_telemetry
Data obtained using the fastf1 API, ensuring reliability and accuracy in the collected data.
The dataset comprises a comprehensive range of metrics crucial for analyzing Max Verstappen's performance during the 2024 Miami Grand Prix, including:
This data can be used to investigate correlations between RPM, Speed, throttle position, and gear number to uncover patterns in Max Verstappen's driving style and performance strategy, assess how brake usage and DRS deployment influence lap times and overall race performance, identifying optimal braking points and DRS activation zones.
CREATE TABLE verstappen_telemetry_miami_2024 (
"unnamed_0" BIGINT -- Unnamed: 0,
"date" TIMESTAMP,
"rpm" BIGINT,
"speed" BIGINT,
"ngear" BIGINT,
"throttle" BIGINT,
"brake" BOOLEAN,
"drs" BIGINT,
"source" VARCHAR,
"time" VARCHAR,
"sessiontime" VARCHAR
);Anyone who has the link will be able to view this.