Baselight

One Month LigaPro Table Tennis Dataset

One month LigaPro table tennis matches

@kaggle.medaxone_one_month_ligapro_table_tennis_dataset

Loading...
Loading...

About this Dataset

One Month LigaPro Table Tennis Dataset

One month LigaPro table tennis matches. (05.07 - 02.08.2022). Perfect for prediction exercise. Try to create a model that will predict the winner or strength of the player. Post your findings and let's discuss them!

Tables

Ligaprotabletennis

@kaggle.medaxone_one_month_ligapro_table_tennis_dataset.ligaprotabletennis
  • 70.38 KB
  • 4272 rows
  • 16 columns
Loading...

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.