Baselight

Formula 1 Race Data

Race data from 1950 to present

@kaggle.jtrotman_formula_1_race_data

Driver Standings
@kaggle.jtrotman_formula_1_race_data.driver_standings

  • 340.92 KB
  • 34863 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.