Baselight

One Month LigaPro Table Tennis Dataset

One month LigaPro table tennis matches

@kaggle.medaxone_one_month_ligapro_table_tennis_dataset

Ligaprotabletennis
@kaggle.medaxone_one_month_ligapro_table_tennis_dataset.ligaprotabletennis

  • 70.38 KB
  • 4272 rows
  • 16 columns
date

Date

player1

Player1

player2

Player2

sets_p1

Sets P1

sets_p2

Sets P2

p1_g1

P1 G1

p2_g1

P2 G1

p1_g2

P1 G2

p2_g2

P2 G2

p1_g3

P1 G3

p2_g3

P2 G3

p1_g4

P1 G4

p2_g4

P2 G4

p1_g5

P1 G5

p2_g5

P2 G5

homewinner

HomeWinner

Tue Jul 05 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Hiblbauer J.Kolacek I.32117101211611131171
Tue Jul 05 2022 00:00:00 GMT+0000 (Coordinated Universal Time)Kleprlik K.Pavliska M.31121011131131171
Tue Jul 05 2022 00:15:00 GMT+0000 (Coordinated Universal Time)Pikous M.Pycha P.311199111171161
Tue Jul 05 2022 00:15:00 GMT+0000 (Coordinated Universal Time)Schanel J.Havel L.23511119511118811
Tue Jul 05 2022 00:30:00 GMT+0000 (Coordinated Universal Time)Pesek K.Svoboda V.31131191131
Tue Jul 05 2022 00:30:00 GMT+0000 (Coordinated Universal Time)Skalicky J.Mazurek M.3112106111181161
Tue Jul 05 2022 00:35:00 GMT+0000 (Coordinated Universal Time)Kucirek O.Fojt P.31161161191
Tue Jul 05 2022 00:40:00 GMT+0000 (Coordinated Universal Time)Kliuchuk R.Tiep V. D.131618117711411
Tue Jul 05 2022 01:00:00 GMT+0000 (Coordinated Universal Time)Hruska V. srVrabec D.3211441111610121181
Tue Jul 05 2022 01:00:00 GMT+0000 (Coordinated Universal Time)Kulhanek P.Placek M.131012911118611

CREATE TABLE ligaprotabletennis (
  "date" TIMESTAMP,
  "player1" VARCHAR,
  "player2" VARCHAR,
  "sets_p1" DOUBLE,
  "sets_p2" BIGINT,
  "p1_g1" BIGINT,
  "p2_g1" BIGINT,
  "p1_g2" BIGINT,
  "p2_g2" BIGINT,
  "p1_g3" BIGINT,
  "p2_g3" BIGINT,
  "p1_g4" DOUBLE,
  "p2_g4" DOUBLE,
  "p1_g5" DOUBLE,
  "p2_g5" DOUBLE,
  "homewinner" DOUBLE
);

Share link

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