Baselight

Formula 1 Race Data

Race data from 1950 to present

@kaggle.jtrotman_formula_1_race_data

Constructor Standings
@kaggle.jtrotman_formula_1_race_data.constructor_standings

  • 134.23 KB
  • 13391 rows
  • 7 columns
constructorstandingsid

ConstructorStandingsId

raceid

RaceId

constructorid

ConstructorId

points

Points

position

Position

positiontext

PositionText

wins

Wins

118114111
2182833
3183922
4184544
5185255
6186166
719124111
81921922
9193944
10194655

CREATE TABLE constructor_standings (
  "constructorstandingsid" BIGINT,
  "raceid" BIGINT,
  "constructorid" BIGINT,
  "points" DOUBLE,
  "position" BIGINT,
  "positiontext" VARCHAR,
  "wins" BIGINT
);

Share link

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