Static F1 database table
seasons_engine_manufacturers
The seasons_engine_manufacturers table
contains
560 Formula 1 records across
18 columns. Column types include
BIGINT, DOUBLE, VARCHAR.
- Rows
- 560
- Columns
- 18
- Parquet size
- 12.2 KB
- Updated
- 2026-07-31
Schema for seasons_engine_manufacturers
| Column | Type | Nullable | Description |
|---|---|---|---|
| year | BIGINT | no | The year of the season. |
| engineManufacturerId | VARCHAR | no | The identifier of the engine manufacturer. |
| positionNumber | BIGINT | yes | The numerical position of the engine manufacturer in the season standings. |
| positionText | VARCHAR | yes | The textual representation of the engine manufacturer's position in the season standings, including special statuses. |
| bestStartingGridPosition | BIGINT | yes | The best starting grid position achieved by the engine manufacturer during the season. |
| bestRaceResult | BIGINT | yes | The best finishing position achieved by the engine manufacturer during the season. |
| bestSprintRaceResult | BIGINT | yes | The best sprint race finishing position achieved by the engine manufacturer during the season. |
| totalRaceEntries | BIGINT | no | The total number of races entered by the engine manufacturer during the season. |
| totalRaceStarts | BIGINT | no | The total number of races started by the engine manufacturer during the season. |
| totalRaceWins | BIGINT | no | The total number of races won by the engine manufacturer during the season. |
| totalRaceLaps | BIGINT | no | The total number of laps completed by the engine manufacturer during the season. |
| totalPodiums | BIGINT | no | The total number of podium finishes achieved by the engine manufacturer during the season. |
| totalPodiumRaces | BIGINT | no | The total number of races in which the engine manufacturer finished on the podium during the season. |
| totalPoints | DOUBLE | no | The total number of points accumulated by the engine manufacturer during the season. |
| totalPolePositions | BIGINT | no | The total number of pole positions achieved by the engine manufacturer during the season. |
| totalFastestLaps | BIGINT | no | The total number of fastest laps set by the engine manufacturer during the season. |
| totalSprintRaceStarts | BIGINT | no | The total number of sprint races started by the engine manufacturer during the season. |
| totalSprintRaceWins | BIGINT | no | The total number of sprint races won by the engine manufacturer during the season. |