Baselight

F1 Races Results Dataset 1950 To 2024

Dataset of results of all F1 Races from year 1950 to 2024

@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024

Loading...
Loading...

About this Dataset

F1 Races Results Dataset 1950 To 2024

The dataset encompasses a comprehensive record of Formula 1 race winners spanning from the inaugural season in 1950 to the latest available data in 2024. It meticulously documents the triumphant drivers, their respective teams, and the circuits where they clinched victory, offering a rich historical perspective on the evolution of this prestigious motorsport. This extensive compilation not only serves as a testament to the skill and determination of the drivers who graced the podium over the decades but also provides invaluable insights into the competitive dynamics and technological advancements that have shaped the sport's narrative throughout its illustrious history. Whether for statistical analysis, historical research, or pure enthusiast curiosity, this dataset stands as a definitive resource for exploring the captivating saga of Formula 1 racing.

Tables

Drivers Updated

@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024.drivers_updated
  • 23.86 KB
  • 1661 rows
  • 7 columns
Loading...

CREATE TABLE drivers_updated (
  "pos" VARCHAR,
  "driver" VARCHAR,
  "nationality" VARCHAR,
  "car" VARCHAR,
  "pts" DOUBLE,
  "year" BIGINT,
  "code" VARCHAR
);

Fastest Laps Updated

@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024.fastest_laps_updated
  • 20.01 KB
  • 1108 rows
  • 6 columns
Loading...

CREATE TABLE fastest_laps_updated (
  "grand_prix" VARCHAR,
  "driver" VARCHAR,
  "car" VARCHAR,
  "time" VARCHAR,
  "year" BIGINT,
  "code" VARCHAR
);

Teams Updated

@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024.teams_updated
  • 7.76 KB
  • 695 rows
  • 4 columns
Loading...

CREATE TABLE teams_updated (
  "pos" VARCHAR,
  "team" VARCHAR,
  "pts" DOUBLE,
  "year" BIGINT
);

Winners

@kaggle.lakshayjain611_f1_races_results_dataset_1950_to_2024.winners
  • 33.41 KB
  • 1110 rows
  • 7 columns
Loading...

CREATE TABLE winners (
  "grand_prix" VARCHAR,
  "date" TIMESTAMP,
  "winner" VARCHAR,
  "car" VARCHAR,
  "laps" DOUBLE,
  "time" VARCHAR,
  "name_code" VARCHAR
);

Share link

Anyone who has the link will be able to view this.