Baselight

F1H2O Championship Dataset

Formula 1 Powerboat World Championship

@kaggle.igalbronshtein_f1h2o_championship_dataset

Standings
@kaggle.igalbronshtein_f1h2o_championship_dataset.standings

  • 23.57 KB
  • 685 rows
  • 8 columns
year

Year

pos

Pos

nat

Nat

licence

Licence

boat

Boat

driver

Driver

p_list

P List

p_total

P Total

19971usus18Scott Gillman['RET', '20', '20', '20', '20', '15', '12', '15', '20']142
19972fifi10Pertti Leppala['12', '15', '12', '15', '9', '12', '15', '9', '9']108
19973itit1Guido Cappellini['15', 'DSQ', '15', 'RET', '15', '20', '20', '12', '0']97
19974gbgb7Jonathan Jones['20', 'RET', 'RET', 'RET', 'RET', 'RET', '5', '20', 'RET']45
19975jpjp2Yutaka Sugihara['5', '-', 'RET', '12', '4', '-', '7', '3', '7']38
19976sese5Göran Karlöf['RET', '9', 'RET', 'RET', '12', '9', 'RET', '7', 'RET']37
19977itit15Francesco Cantando['RET', '5', 'RET', '3', '3', 'RET', '9', 'RET', '15']35
19978frfr19Philippe Dessertenne['9', '4', '5', '7', '0', '3', '3', '1', 'RET']32
19979itit8Massimo Roggiero['RET', '12', 'RET', '1', 'RET', 'RET', '2', '2', '12']29
199710dede3Michael Werner['RET', '3', '9', '9', '5', 'RET', '0', 'RET', '0']26

CREATE TABLE standings (
  "year" BIGINT,
  "pos" BIGINT,
  "nat" VARCHAR,
  "licence" VARCHAR,
  "boat" DOUBLE,
  "driver" VARCHAR,
  "p_list" VARCHAR,
  "p_total" BIGINT
);

Share link

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