2024 Imola GP Hamilton Data
2024 Emilia Romagna Grand Prix racing data from Hamilton's car
@kaggle.lucasdraichi_2024_imola_gp_hamilton_data
2024 Emilia Romagna Grand Prix racing data from Hamilton's car
@kaggle.lucasdraichi_2024_imola_gp_hamilton_data
Data obtained using the fastf1 API, ensuring reliability and accuracy in the collected data.
This data can be used to analyze Lewis Hamilton's performance and strategy, build predictive models and use it as a baseline for future performances.
CREATE TABLE n_24_imola_hamilton_car_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"time" VARCHAR,
"driver" VARCHAR,
"drivernumber" BIGINT,
"laptime" VARCHAR,
"lapnumber" DOUBLE,
"stint" DOUBLE,
"pitouttime" VARCHAR,
"pitintime" VARCHAR,
"sector1time" VARCHAR,
"sector2time" VARCHAR,
"sector3time" VARCHAR,
"sector1sessiontime" VARCHAR,
"sector2sessiontime" VARCHAR,
"sector3sessiontime" VARCHAR,
"speedi1" DOUBLE,
"speedi2" DOUBLE,
"speedfl" DOUBLE,
"speedst" DOUBLE,
"ispersonalbest" BOOLEAN,
"compound" VARCHAR,
"tyrelife" DOUBLE,
"freshtyre" BOOLEAN,
"team" VARCHAR,
"lapstarttime" VARCHAR,
"lapstartdate" TIMESTAMP,
"trackstatus" BIGINT,
"position" DOUBLE,
"deleted" VARCHAR,
"deletedreason" VARCHAR,
"fastf1generated" BOOLEAN,
"isaccurate" BOOLEAN
);Anyone who has the link will be able to view this.