Baselight

One Month Table Tennis Dataset

One month Setka table tennis matches

@kaggle.medaxone_one_month_table_tennis_dataset

Loading...
Loading...

About this Dataset

One Month Table Tennis Dataset

One month Setka table tennis matches. (10.06 - 08.07.2022). Perfect for prediction exercise. Try to create a model that will predict the winner or strength of the player. Post your findings and lets discuss them!

Tables

Setka

@kaggle.medaxone_one_month_table_tennis_dataset.setka
  • 183.66 KB
  • 7851 rows
  • 17 columns
Loading...

CREATE TABLE setka (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "player1" VARCHAR,
  "player2" VARCHAR,
  "sets_p1" BIGINT,
  "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" BIGINT
);

Share link

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