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
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!
CREATE TABLE setka (
"unnamed_0" BIGINT -- Unnamed: 0,
"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.