Baselight

ATP Ranking

Current state of ATP ranking table

@kaggle.isaienkov_atp_ranking

Loading...
Loading...

About this Dataset

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.

Tables

Atp Ranking

@kaggle.isaienkov_atp_ranking.atp_ranking
  • 54.36 KB
  • 1994 rows
  • 8 columns
Loading...

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
);

Share link

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