ATP Ranking
Current state of ATP ranking table
@kaggle.isaienkov_atp_ranking
Current state of ATP ranking table
@kaggle.isaienkov_atp_ranking
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.