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
The F1 Regulations, Safety, and Racing Performance dataset provides an overview of key factors influenced by the evolving Fédération Internationale de l'Automobile (FIA) regulations from 1990 to 2023. This dataset includes metrics such as the number of teams, drivers, races, fatalities, car weight, DRS implementation, and overtakes. It tracks the introduction of new regulations each season, especially those impacting aerodynamics, making it an essential resource for analyzing the long-term effects of regulatory changes on safety, racing dynamics, and overall spectacle in Formula 1.
The dataset enables detailed investigations into how FIA regulations have shaped the sport in terms of performance, safety improvements, and the number of overtakes, providing valuable insights into the interaction between these factors.
For an in-depth analysis based on this data, please refer to the paper:
Statistical Analysis of the Impact of FIA Regulations on Safety, Racing Dynamics, and Spectacle in Formula 1.
The dataset has been manually collected from various public sources and historical records. Although extensive care has been taken to ensure its accuracy, there may be minor errors or inconsistencies in the data. This limitation is mitigated by cross-referencing data where possible. Users are encouraged to verify critical information where necessary.
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 -- Average Car Weight (kg),
"drs" BOOLEAN,
"overtakes" BIGINT
);
Anyone who has the link will be able to view this.