Baselight

Men's Singles Tennis Australia Open

Contains match details and each player's career history

@kaggle.definite007_tennis_australia_open

Loading...
Loading...

About this Dataset

Men's Singles Tennis Australia Open

This dataset contains all the match details of men's singles of Australia Open, along with the each participated player's career history. Best justified usage would be predicting winner of the tournament, or compare with the tournament's actual standings.

Tables

Match Details

@kaggle.definite007_tennis_australia_open.match_details
  • 18.58 KB
  • 239 rows
  • 8 columns
Loading...

CREATE TABLE match_details (
  "status" VARCHAR,
  "date" VARCHAR,
  "time" VARCHAR,
  "match" VARCHAR,
  "p1" VARCHAR,
  "p1_profile" VARCHAR,
  "p2" VARCHAR,
  "p2_profile" VARCHAR
);

Player Stats

@kaggle.definite007_tennis_australia_open.player_stats
  • 26.72 KB
  • 237 rows
  • 15 columns
Loading...

CREATE TABLE player_stats (
  "unnamed_0" BIGINT,
  "name" VARCHAR,
  "country" VARCHAR,
  "birthdate" VARCHAR,
  "age" VARCHAR,
  "atp_ranking" DOUBLE,
  "top_ranking_s_position" DOUBLE,
  "points" DOUBLE,
  "prize_money" VARCHAR,
  "matches_total" BIGINT,
  "win" BIGINT,
  "n" VARCHAR,
  "height" VARCHAR,
  "weight" VARCHAR,
  "profi_since" DOUBLE
);

Share link

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