Static F1 database table
seasons_drivers
The seasons_drivers table
contains
3,415 Formula 1 records across
19 columns. Column types include
BIGINT, DOUBLE, VARCHAR.
- Rows
- 3,415
- Columns
- 19
- Parquet size
- 42.8 KB
- Updated
- 2026-07-31
Schema for seasons_drivers
| Column | Type | Nullable | Description |
|---|---|---|---|
| year | BIGINT | no | The year of the season. |
| driverId | VARCHAR | no | The identifier of the driver. |
| positionNumber | BIGINT | yes | The numerical position of the driver in the season standings. |
| positionText | VARCHAR | yes | The textual representation of the driver's position in the season standings, including special statuses. |
| bestStartingGridPosition | BIGINT | yes | The best starting grid position achieved by the driver during the season. |
| bestRaceResult | BIGINT | yes | The best finishing position achieved by the driver during the season. |
| bestSprintRaceResult | BIGINT | yes | The best sprint race finishing position achieved by the driver during the season. |
| totalRaceEntries | BIGINT | no | The total number of races entered by the driver during the season. |
| totalRaceStarts | BIGINT | no | The total number of races started by the driver during the season. |
| totalRaceWins | BIGINT | no | The total number of races won by the driver during the season. |
| totalRaceLaps | BIGINT | no | The total number of laps completed by the driver during the season. |
| totalPodiums | BIGINT | no | The total number of podium finishes achieved by the driver during the season. |
| totalPoints | DOUBLE | no | The total number of points accumulated by the driver during the season. |
| totalPolePositions | BIGINT | no | The total number of pole positions achieved by the driver during the season. |
| totalFastestLaps | BIGINT | no | The total number of fastest laps set by the driver during the season. |
| totalSprintRaceStarts | BIGINT | no | The total number of sprint races started by the driver during the season. |
| totalSprintRaceWins | BIGINT | no | The total number of sprint races won by the driver during the season. |
| totalDriverOfTheDay | BIGINT | no | The total number of Driver of the Day awards received by the driver during the season. |
| totalGrandSlams | BIGINT | no | The total number of Grand Slams achieved by the driver during the season, defined as pole position, fastest lap, and leading every lap of the race. |