ATP Tennis 2000 - 2024 Daily Update
All ATP matches 2000 - 2024
@kaggle.dissfya_atp_tennis_2000_2023daily_pull
All ATP matches 2000 - 2024
@kaggle.dissfya_atp_tennis_2000_2023daily_pull
This dataset contains 60k+ ATP macthes(2000-2024)
Don't Forget to share your feedback ❤️.
Make an upvote👍 If you found it useful.
Each match includes the tournament, date, type of tournament, whether the match was played indoors or not, type of court surface, round of the match, maximum number of sets in the match, participants in the match, winner, ranks of the participants, odds to win and match score.
CREATE TABLE atp_tennis (
"tournament" VARCHAR,
"date" TIMESTAMP,
"series" VARCHAR,
"court" VARCHAR,
"surface" VARCHAR,
"round" VARCHAR,
"best_of" BIGINT,
"player_1" VARCHAR,
"player_2" VARCHAR,
"winner" VARCHAR,
"rank_1" BIGINT,
"rank_2" BIGINT,
"pts_1" BIGINT,
"pts_2" BIGINT,
"odd_1" DOUBLE,
"odd_2" DOUBLE,
"score" VARCHAR
);Anyone who has the link will be able to view this.