Baselight

Formula 1 Official Data (1950-2022)

All race, qualifying, practice, driver, team and fastest lap data since 1950.

@kaggle.debashish311601_formula_1_official_data_19502022

Constructor Standings
@kaggle.debashish311601_formula_1_official_data_19502022.constructor_standings

  • 7.65 KB
  • 675 rows
  • 4 columns
pos

Pos

team

Team

pts

PTS

year

Year

1Vanwall481958
2Ferrari401958
3Cooper Climax311958
4BRM181958
5Maserati61958
6Lotus Climax31958
1Cooper Climax401959
2Ferrari321959
3BRM181959
4Lotus Climax51959

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