F1 Regulations, Safety, And Racing Performance
Formula 1 Regulations, Safety, and Racing Performance Dataset (1990–2023)
@kaggle.abdelghanibelgaid_f1_regulations_safety_and_racing_performance
Formula 1 Regulations, Safety, and Racing Performance Dataset (1990–2023)
@kaggle.abdelghanibelgaid_f1_regulations_safety_and_racing_performance
CREATE TABLE data (
"season" BIGINT,
"number_of_teams" BIGINT,
"number_of_drivers" BIGINT,
"number_of_races" BIGINT,
"number_of_new_regulations" BIGINT,
"new_regulations_impacting_aerodynamics" BIGINT,
"fatalities" BIGINT,
"average_car_weight_kg" BIGINT,
"drs" BOOLEAN,
"overtakes" BIGINT
);
Anyone who has the link will be able to view this.