Baselight

F1 GrandPrix Dataset

Detailed Analysis of Formula 1 Circuits, Drivers, and Results

@kaggle.harshitstark_f1_grandprix_datavault

Constructor Standings
@kaggle.harshitstark_f1_grandprix_datavault.constructor_standings

  • 133.11 KB
  • 13281 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.