Static F1 database table
engine_manufacturers
The engine_manufacturers table
contains
78 Formula 1 records across
20 columns. Column types include
BIGINT, DOUBLE, VARCHAR.
- Rows
- 78
- Columns
- 20
- Parquet size
- 6.78 KB
- Updated
- 2026-07-31
Schema for engine_manufacturers
| Column | Type | Nullable | Description |
|---|---|---|---|
| id | VARCHAR | no | The unique identifier of the engine manufacturer. |
| name | VARCHAR | no | The name of the engine manufacturer. |
| countryId | VARCHAR | no | The identifier of the country of origin of the engine manufacturer. |
| bestChampionshipPosition | BIGINT | yes | The best finishing position achieved by the engine manufacturer in a World Constructor's Championship. |
| bestStartingGridPosition | BIGINT | yes | The best starting grid position achieved by the engine manufacturer in a race. |
| bestRaceResult | BIGINT | yes | The best finishing position achieved by the engine manufacturer in a race. |
| bestSprintRaceResult | BIGINT | yes | The best finishing position achieved by the engine manufacturer in a sprint race. |
| totalChampionshipWins | BIGINT | no | The total number of World Constructors' Championship titles won by the engine manufacturer. |
| totalRaceEntries | BIGINT | no | The total number of races entered by the engine manufacturer. |
| totalRaceStarts | BIGINT | no | The total number of races started by the engine manufacturer. |
| totalRaceWins | BIGINT | no | The total number of races won by the engine manufacturer. |
| totalRaceLaps | BIGINT | no | The total number of laps completed by the engine manufacturer. |
| totalPodiums | BIGINT | no | The total number of podium finishes achieved by the engine manufacturer. |
| totalPodiumRaces | BIGINT | no | The total number of races in which the engine manufacturer finished on the podium. |
| totalPoints | DOUBLE | no | The total number of points accumulated by the engine manufacturer. |
| totalChampionshipPoints | DOUBLE | no | The total number of World Constructors' Championship points accumulated by the engine manufacturer. |
| totalPolePositions | BIGINT | no | The total number of pole positions achieved by the engine manufacturer. |
| totalFastestLaps | BIGINT | no | The total number of fastest laps set by the engine manufacturer. |
| totalSprintRaceStarts | BIGINT | no | The total number of sprint races started by the engine manufacturer. |
| totalSprintRaceWins | BIGINT | no | The total number of sprint races won by the engine manufacturer. |