Baselight

F1 GrandPrix Dataset

Detailed Analysis of Formula 1 Circuits, Drivers, and Results

@kaggle.harshitstark_f1_grandprix_datavault

Driver Standings
@kaggle.harshitstark_f1_grandprix_datavault.driver_standings

  • 338.42 KB
  • 34616 rows
  • 7 columns
driverstandingsid

DriverStandingsId

raceid

RaceId

driverid

DriverId

points

Points

position

Position

positiontext

PositionText

wins

Wins

118110111
2182822
3183633
4184544
5185455
6186366
7187277
8188188
919114111
101921133

CREATE TABLE driver_standings (
  "driverstandingsid" BIGINT,
  "raceid" BIGINT,
  "driverid" BIGINT,
  "points" DOUBLE,
  "position" BIGINT,
  "positiontext" VARCHAR,
  "wins" BIGINT
);

Share link

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