ATP Ranking
Current state of ATP ranking table
@kaggle.isaienkov_atp_ranking
Current state of ATP ranking table
@kaggle.isaienkov_atp_ranking
This dataset contains ATP ranking for all tennis players from the men's tour. Contains data for about 2000 tennis players. Each player has nationality and a set of numerical features that explain his achievements in the season.
CREATE TABLE atp_ranking (
"rank" BIGINT,
"player" VARCHAR,
"country" VARCHAR,
"total_points" BIGINT,
"grand_slam_points" BIGINT,
"masters_points" BIGINT,
"other_points" BIGINT,
"tournaments" BIGINT
);Anyone who has the link will be able to view this.