One Month Table Tennis Dataset
One month Setka table tennis matches
@kaggle.medaxone_one_month_table_tennis_dataset
One month Setka table tennis matches
@kaggle.medaxone_one_month_table_tennis_dataset
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
);
Anyone who has the link will be able to view this.