Baselight

F1 GrandPrix Dataset

Detailed Analysis of Formula 1 Circuits, Drivers, and Results

@kaggle.harshitstark_f1_grandprix_datavault

Constructor Results
@kaggle.harshitstark_f1_grandprix_datavault.constructor_results

  • 102.41 KB
  • 12515 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.