Baselight

Formula 1 Race Events

Tables of safety car deployments and red flags in Formula 1 Grand Prix races

@kaggle.jtrotman_formula_1_race_events

Fatal Accidents Marshalls
@kaggle.jtrotman_formula_1_race_events.fatal_accidents_marshalls

  • 3.71 KB
  • 5 rows
  • 4 columns
name

Name

age

Age

date_of_accident

Date Of Accident

event

Event

Günther Schneider19Sat Aug 04 2063 00:00:00 GMT+0000 (Coordinated Universal Time)1963 German Grand Prix
Jansen van Vuuren19Sat Mar 05 1977 00:00:00 GMT+0000 (Coordinated Universal Time)1977 South African Grand Prix
Paolo Gislimberti33Sun Sep 10 2000 00:00:00 GMT+0000 (Coordinated Universal Time)2000 Italian Grand Prix
Graham Beveridge52Sun Mar 04 2001 00:00:00 GMT+0000 (Coordinated Universal Time)2001 Australian Grand Prix
Mark Robinson38Sun Jun 09 2013 00:00:00 GMT+0000 (Coordinated Universal Time)2013 Canadian Grand Prix

CREATE TABLE fatal_accidents_marshalls (
  "name" VARCHAR,
  "age" BIGINT,
  "date_of_accident" TIMESTAMP,
  "event" VARCHAR
);

Share link

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