Baselight

Formula 1 Race Data

Race data from 1950 to present

@kaggle.jtrotman_formula_1_race_data

Constructor Results
@kaggle.jtrotman_formula_1_race_data.constructor_results

  • 103.29 KB
  • 12625 rows
  • 5 columns
constructorresultsid

ConstructorResultsId

raceid

RaceId

constructorid

ConstructorId

points

Points

status

Status

118114\N
21828\N
31839\N
41845\N
51852\N
61861\N
7187\N
8188\N
9189\N
101810\N

CREATE TABLE constructor_results (
  "constructorresultsid" BIGINT,
  "raceid" BIGINT,
  "constructorid" BIGINT,
  "points" DOUBLE,
  "status" VARCHAR
);

Share link

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