The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'match__p1', 'match__p2'})
This happened while the csv dataset builder was generating data using
hf://datasets/Yahya777777/ATP-Tennis-Matches-Dataset-2015-to-2025/data/2019/shanghai_2019.csv (at revision 0ea2eb3ff1c305c814af16c49ae66b12e2186771)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
round: string
duration: string
player1: string
seed1: string
scores1: string
player2: string
seed2: string
scores2: string
winner: string
stats_url: string
match_Serve_Rating_p1: double
match_Serve_Rating_p2: double
match_Aces_p1: double
match_Aces_p2: double
match_Double_Faults_p1: double
match_Double_Faults_p2: double
match_1st_Serve_p1: string
match_1st_Serve_p2: string
match_1st_Serve_Points_Won_p1: string
match_1st_Serve_Points_Won_p2: string
match_2nd_Serve_Points_Won_p1: string
match_2nd_Serve_Points_Won_p2: string
match_Break_Points_Saved_p1: string
match_Break_Points_Saved_p2: string
match_Service_Games_Played_p1: double
match_Service_Games_Played_p2: double
match_Return_Rating_p1: double
match_Return_Rating_p2: double
match_1st_Serve_Return_Points_Won_p1: string
match_1st_Serve_Return_Points_Won_p2: string
match_2nd_Serve_Return_Points_Won_p1: string
match_2nd_Serve_Return_Points_Won_p2: string
match_Break_Points_Converted_p1: string
match_Break_Points_Converted_p2: string
match_Return_Games_Played_p1: double
match_Return_Games_Played_p2: double
match_Service_Points_Won_p1: string
match_Service_Points_Won_p2: string
match_Return_Points_Won_p1: string
match_Return_Points_Won_p2: string
match_Total_Points_Won_p1: string
match_Total_Points_Won_p2: string
ytd_Aces_p1: double
ytd_Aces_p2: double
ytd_Double_Faults_p1: double
ytd_Double_Faults_p2: double
ytd_1st_Serve_p1: string
ytd_1st_Serve_p2: string
ytd_1st_Serve_Points_Won_p1: string
ytd_1st_Serve_Points_Won_p2: string
ytd_2nd_Serve_Points_Won_p1: string
ytd_2nd_Serve_Points_Won_p2: string
ytd_Break_Points_Faced_p1: double
ytd_Break_Points_Faced_p2: double
ytd_Break_Points_Saved_p1: string
ytd_Break_Points_Saved_p2: string
ytd_Service_Games_Played_p1: double
ytd_Service_Games_Played_p2: double
ytd_Service_Games_Won_p1: string
ytd_Service_Games_Won_p2: string
ytd_Total_Service_Points_Won_p1: string
ytd_Total_Service_Points_Won_p2: string
ytd_1st_Serve_Return_Points_Won_p1: string
ytd_1st_Serve_Return_Points_Won_p2: string
ytd_2nd_Serve_Return_Points_Won_p1: string
ytd_2nd_Serve_Return_Points_Won_p2: string
ytd_Break_Point_Opportunities_p1: double
ytd_Break_Point_Opportunities_p2: double
ytd_Break_Points_Converted_p1: string
ytd_Break_Points_Converted_p2: string
ytd_Return_Games_Played_p1: double
ytd_Return_Games_Played_p2: double
ytd_Return_Games_Won_p1: string
ytd_Return_Games_Won_p2: string
ytd_Return_Points_Won_p1: string
ytd_Return_Points_Won_p2: string
ytd_Total_Points_Won_p1: string
ytd_Total_Points_Won_p2: string
match__p1: double
match__p2: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 11962
to
{'round': Value('string'), 'duration': Value('string'), 'player1': Value('string'), 'seed1': Value('string'), 'scores1': Value('string'), 'player2': Value('string'), 'seed2': Value('string'), 'scores2': Value('string'), 'winner': Value('string'), 'stats_url': Value('string'), 'match_Serve_Rating_p1': Value('int64'), 'match_Serve_Rating_p2': Value('int64'), 'match_Aces_p1': Value('int64'), 'match_Aces_p2': Value('int64'), 'match_Double_Faults_p1': Value('int64'), 'match_Double_Faults_p2': Value('int64'), 'match_1st_Serve_p1': Value('string'), 'match_1st_Serve_p2': Value('string'), 'match_1st_Serve_Points_Won_p1': Value('string'), 'match_1st_Serve_Points_Won_p2': Value('string'), 'match_2nd_Serve_Points_Won_p1': Value('string'), 'match_2nd_Serve_Points_Won_p2': Value('string'), 'match_Break_Points_Saved_p1': Value('string'), 'match_Break_Points_Saved_p2': Value('string'), 'match_Service_Games_Played_p1': Value('int64'), 'match_Service_Games_Played_p2': Value('int64'), 'match_Return_Rating_p1': Value('int64'), 'match_Return_Rating_p2': Value('int64'), 'match_1st_Serve_Return_Points_Won_p1': Value('string'), 'match_1st_Serve_Return_Points_Won_p2': Value('string'), 'match_2nd_Serve_Return_Points_Won_p1': Value('string'), 'match_2nd_Serve_Return_Points_Won_p2': Value('string'), 'match_Break_Points_Converted_p1': Value('string'), 'match_Break_Points_Converted_p2': Value('string'), 'match_Return_Games_Played_p1': Value('int64'), 'match_Return_Games_Played_p2': Value('int64'), 'match_
...
': Value('string'), 'ytd_1st_Serve_p2': Value('string'), 'ytd_1st_Serve_Points_Won_p1': Value('string'), 'ytd_1st_Serve_Points_Won_p2': Value('string'), 'ytd_2nd_Serve_Points_Won_p1': Value('string'), 'ytd_2nd_Serve_Points_Won_p2': Value('string'), 'ytd_Break_Points_Faced_p1': Value('int64'), 'ytd_Break_Points_Faced_p2': Value('int64'), 'ytd_Break_Points_Saved_p1': Value('string'), 'ytd_Break_Points_Saved_p2': Value('string'), 'ytd_Service_Games_Played_p1': Value('int64'), 'ytd_Service_Games_Played_p2': Value('int64'), 'ytd_Service_Games_Won_p1': Value('string'), 'ytd_Service_Games_Won_p2': Value('string'), 'ytd_Total_Service_Points_Won_p1': Value('string'), 'ytd_Total_Service_Points_Won_p2': Value('string'), 'ytd_1st_Serve_Return_Points_Won_p1': Value('string'), 'ytd_1st_Serve_Return_Points_Won_p2': Value('string'), 'ytd_2nd_Serve_Return_Points_Won_p1': Value('string'), 'ytd_2nd_Serve_Return_Points_Won_p2': Value('string'), 'ytd_Break_Point_Opportunities_p1': Value('int64'), 'ytd_Break_Point_Opportunities_p2': Value('int64'), 'ytd_Break_Points_Converted_p1': Value('string'), 'ytd_Break_Points_Converted_p2': Value('string'), 'ytd_Return_Games_Played_p1': Value('int64'), 'ytd_Return_Games_Played_p2': Value('int64'), 'ytd_Return_Games_Won_p1': Value('string'), 'ytd_Return_Games_Won_p2': Value('string'), 'ytd_Return_Points_Won_p1': Value('string'), 'ytd_Return_Points_Won_p2': Value('string'), 'ytd_Total_Points_Won_p1': Value('string'), 'ytd_Total_Points_Won_p2': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1456, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'match__p1', 'match__p2'})
This happened while the csv dataset builder was generating data using
hf://datasets/Yahya777777/ATP-Tennis-Matches-Dataset-2015-to-2025/data/2019/shanghai_2019.csv (at revision 0ea2eb3ff1c305c814af16c49ae66b12e2186771)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
round string | duration string | player1 string | seed1 string | scores1 string | player2 string | seed2 string | scores2 string | winner string | stats_url string | match_Serve_Rating_p1 int64 | match_Serve_Rating_p2 int64 | match_Aces_p1 int64 | match_Aces_p2 int64 | match_Double_Faults_p1 int64 | match_Double_Faults_p2 int64 | match_1st_Serve_p1 string | match_1st_Serve_p2 string | match_1st_Serve_Points_Won_p1 string | match_1st_Serve_Points_Won_p2 string | match_2nd_Serve_Points_Won_p1 string | match_2nd_Serve_Points_Won_p2 string | match_Break_Points_Saved_p1 string | match_Break_Points_Saved_p2 string | match_Service_Games_Played_p1 int64 | match_Service_Games_Played_p2 int64 | match_Return_Rating_p1 int64 | match_Return_Rating_p2 int64 | match_1st_Serve_Return_Points_Won_p1 string | match_1st_Serve_Return_Points_Won_p2 string | match_2nd_Serve_Return_Points_Won_p1 string | match_2nd_Serve_Return_Points_Won_p2 string | match_Break_Points_Converted_p1 string | match_Break_Points_Converted_p2 string | match_Return_Games_Played_p1 int64 | match_Return_Games_Played_p2 int64 | match_Service_Points_Won_p1 string | match_Service_Points_Won_p2 string | match_Return_Points_Won_p1 string | match_Return_Points_Won_p2 string | match_Total_Points_Won_p1 string | match_Total_Points_Won_p2 string | ytd_Aces_p1 int64 | ytd_Aces_p2 int64 | ytd_Double_Faults_p1 int64 | ytd_Double_Faults_p2 int64 | ytd_1st_Serve_p1 string | ytd_1st_Serve_p2 string | ytd_1st_Serve_Points_Won_p1 string | ytd_1st_Serve_Points_Won_p2 string | ytd_2nd_Serve_Points_Won_p1 string | ytd_2nd_Serve_Points_Won_p2 string | ytd_Break_Points_Faced_p1 int64 | ytd_Break_Points_Faced_p2 int64 | ytd_Break_Points_Saved_p1 string | ytd_Break_Points_Saved_p2 string | ytd_Service_Games_Played_p1 int64 | ytd_Service_Games_Played_p2 int64 | ytd_Service_Games_Won_p1 string | ytd_Service_Games_Won_p2 string | ytd_Total_Service_Points_Won_p1 string | ytd_Total_Service_Points_Won_p2 string | ytd_1st_Serve_Return_Points_Won_p1 string | ytd_1st_Serve_Return_Points_Won_p2 string | ytd_2nd_Serve_Return_Points_Won_p1 string | ytd_2nd_Serve_Return_Points_Won_p2 string | ytd_Break_Point_Opportunities_p1 int64 | ytd_Break_Point_Opportunities_p2 int64 | ytd_Break_Points_Converted_p1 string | ytd_Break_Points_Converted_p2 string | ytd_Return_Games_Played_p1 int64 | ytd_Return_Games_Played_p2 int64 | ytd_Return_Games_Won_p1 string | ytd_Return_Games_Won_p2 string | ytd_Return_Points_Won_p1 string | ytd_Return_Points_Won_p2 string | ytd_Total_Points_Won_p1 string | ytd_Total_Points_Won_p2 string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Finals - | 01:49 | David Ferrer | (2) | 6 7 | Kei Nishikori | (1) | 3 5 | David Ferrer | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms001 | 228 | 184 | 0 | 1 | 4 | 2 | 59%(44/74) | 54%(35/65) | 57%(25/44) | 51%(18/35) | 53%(16/30) | 40%(12/30) | 56%(5/9) | 40%(4/10) | 11 | 10 | 229 | 170 | 49%(17/35) | 43%(19/44) | 60%(18/30) | 47%(14/30) | 60%(6/10) | 44%(4/9) | 10 | 11 | 55%(41/74) | 46%(30/65) | 54%(35/65) | 45%(33/74) | 55%(76/139) | 45%(63/139) | 0 | 15 | 0 | 8 | 62% | 60% | 70% | 75% | 54% | 55% | 0 | 16 | 60% | 64% | 0 | 40 | 80% | 86% | 64% | 67% | 34% | 30% | 55% | 54% | 0 | 27 | 44% | 40% | 0 | 40 | 34% | 27% | 43% | 39% | 53% | 53% |
Semi-Finals - | 02:02 | Kei Nishikori | (1) | 6 3 6 | Kevin Anderson | (4/WC) | 2 6 3 | Kei Nishikori | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms002 | 282 | 252 | 6 | 11 | 1 | 3 | 55%(42/76) | 59%(47/79) | 76%(32/42) | 72%(34/47) | 62%(21/34) | 44%(14/32) | 60%(3/5) | 67%(8/12) | 13 | 13 | 147 | 117 | 28%(13/47) | 24%(10/42) | 56%(18/32) | 38%(13/34) | 33%(4/12) | 40%(2/5) | 13 | 13 | 70%(53/76) | 61%(48/79) | 39%(31/79) | 30%(23/76) | 54%(84/155) | 46%(71/155) | 15 | 0 | 8 | 0 | 60% | 63% | 75% | 80% | 55% | 54% | 16 | 0 | 64% | 68% | 40 | 0 | 86% | 89% | 67% | 70% | 30% | 25% | 54% | 46% | 27 | 0 | 40% | 37% | 40 | 0 | 27% | 16% | 39% | 34% | 53% | 52% |
Semi-Finals - | 01:52 | David Ferrer | (2) | 4 6 6 | Ryan Harrison | (Q) | 6 0 0 | David Ferrer | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms003 | 283 | 198 | 1 | 4 | 4 | 2 | 59%(41/69) | 56%(41/73) | 83%(34/41) | 51%(21/41) | 54%(15/28) | 44%(14/32) | 80%(4/5) | 54%(7/13) | 11 | 11 | 205 | 92 | 49%(20/41) | 17%(7/41) | 56%(18/32) | 46%(13/28) | 46%(6/13) | 20%(1/5) | 11 | 11 | 71%(49/69) | 48%(35/73) | 52%(38/73) | 29%(20/69) | 61%(87/142) | 39%(55/142) | 0 | 0 | 0 | 0 | 62% | 60% | 70% | 69% | 54% | 51% | 0 | 0 | 60% | 60% | 0 | 0 | 80% | 74% | 64% | 62% | 34% | 24% | 55% | 49% | 0 | 0 | 44% | 40% | 0 | 0 | 34% | 18% | 43% | 35% | 53% | 48% |
Quarter-Finals - | 01:41 | Kei Nishikori | (1) | 6 6 | Alexandr Dolgopolov | (5) | 4 4 | Kei Nishikori | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms004 | 296 | 236 | 2 | 4 | 1 | 3 | 65%(41/63) | 53%(47/89) | 63%(26/41) | 62%(29/47) | 77%(17/22) | 50%(21/42) | 80%(4/5) | 70%(7/10) | 10 | 10 | 148 | 90 | 38%(18/47) | 37%(15/41) | 50%(21/42) | 23%(5/22) | 30%(3/10) | 20%(1/5) | 10 | 10 | 68%(43/63) | 56%(50/89) | 44%(39/89) | 32%(20/63) | 54%(82/152) | 46%(70/152) | 15 | 0 | 8 | 0 | 60% | 59% | 75% | 74% | 55% | 52% | 16 | 0 | 64% | 60% | 40 | 0 | 86% | 81% | 67% | 65% | 30% | 30% | 54% | 51% | 27 | 0 | 40% | 41% | 40 | 0 | 27% | 22% | 39% | 38% | 53% | 51% |
Quarter-Finals - | 01:40 | David Ferrer | (2) | 6 3 6 | Bernard Tomic | null | 4 6 1 | David Ferrer | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms007 | 308 | 258 | 1 | 8 | 2 | 3 | 68%(46/68) | 62%(52/84) | 76%(35/46) | 77%(40/52) | 73%(16/22) | 38%(12/32) | 67%(2/3) | 50%(3/6) | 13 | 13 | 159 | 91 | 23%(12/52) | 24%(11/46) | 63%(20/32) | 27%(6/22) | 50%(3/6) | 33%(1/3) | 13 | 13 | 75%(51/68) | 62%(52/84) | 38%(32/84) | 25%(17/68) | 55%(83/152) | 45%(69/152) | 0 | 286 | 0 | 48 | 62% | 66% | 70% | 73% | 54% | 50% | 0 | 218 | 60% | 69% | 0 | 416 | 80% | 84% | 64% | 65% | 34% | 25% | 55% | 48% | 0 | 206 | 44% | 40% | 0 | 410 | 34% | 20% | 43% | 35% | 53% | 50% |
Quarter-Finals - | 01:46 | Kevin Anderson | (4/WC) | 3 6 6 | Viktor Troicki | null | 6 3 3 | Kevin Anderson | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms005 | 296 | 259 | 6 | 4 | 3 | 4 | 60%(40/67) | 64%(54/85) | 85%(34/40) | 69%(37/54) | 56%(15/27) | 48%(15/31) | 0%(0/1) | 67%(6/9) | 13 | 14 | 137 | 166 | 31%(17/54) | 15%(6/40) | 52%(16/31) | 44%(12/27) | 33%(3/9) | 100%(1/1) | 14 | 13 | 73%(49/67) | 61%(52/85) | 39%(33/85) | 27%(18/67) | 54%(82/152) | 46%(70/152) | 0 | 0 | 0 | 0 | 63% | 63% | 80% | 74% | 54% | 50% | 0 | 0 | 68% | 61% | 0 | 0 | 89% | 81% | 70% | 65% | 25% | 29% | 46% | 49% | 0 | 0 | 37% | 39% | 0 | 0 | 16% | 21% | 34% | 37% | 52% | 51% |
Quarter-Finals - | 02:26 | Ryan Harrison | (Q) | 4 7 7 | Ivo Karlovic | (6) | 6 6 0 6 4 | Ryan Harrison | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms006 | 315 | 308 | 7 | 16 | 2 | 5 | 67%(66/98) | 65%(70/107) | 80%(53/66) | 83%(58/70) | 69%(22/32) | 49%(18/37) | 50%(1/2) | 100%(7/7) | 17 | 17 | 68 | 106 | 17%(12/70) | 20%(13/66) | 51%(19/37) | 31%(10/32) | 0%(0/7) | 50%(1/2) | 17 | 17 | 77%(75/98) | 71%(76/107) | 29%(31/107) | 23%(23/98) | 52%(106/205) | 48%(99/205) | 0 | 0 | 0 | 0 | 60% | 67% | 69% | 85% | 51% | 57% | 0 | 0 | 60% | 80% | 0 | 0 | 74% | 96% | 62% | 75% | 24% | 22% | 49% | 41% | 0 | 0 | 40% | 31% | 0 | 0 | 18% | 10% | 35% | 29% | 48% | 52% |
Round of 16 - | 01:00 | Kei Nishikori | (1) | 6 6 | Yen-Hsun Lu | null | 1 3 | Kei Nishikori | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms008 | 276 | 176 | 2 | 0 | 1 | 3 | 70%(33/47) | 58%(26/45) | 82%(27/33) | 58%(15/26) | 36%(5/14) | 26%(5/19) | 80%(4/5) | 17%(1/6) | 8 | 8 | 261 | 114 | 42%(11/26) | 18%(6/33) | 74%(14/19) | 64%(9/14) | 83%(5/6) | 20%(1/5) | 8 | 8 | 68%(32/47) | 44%(20/45) | 56%(25/45) | 32%(15/47) | 62%(57/92) | 38%(35/92) | 15 | 0 | 8 | 0 | 60% | 58% | 75% | 71% | 55% | 52% | 16 | 0 | 64% | 59% | 40 | 0 | 86% | 76% | 67% | 63% | 30% | 28% | 54% | 50% | 27 | 0 | 40% | 39% | 40 | 0 | 27% | 21% | 39% | 37% | 53% | 50% |
Round of 16 - | 01:43 | David Ferrer | (2) | 7 6 | Marinko Matosevic | null | 6 3 4 | David Ferrer | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms015 | 241 | 218 | 0 | 1 | 4 | 6 | 49%(30/61) | 64%(47/74) | 63%(19/30) | 55%(26/47) | 61%(19/31) | 41%(11/27) | 0%(0/3) | 0%(0/4) | 11 | 11 | 240 | 203 | 45%(21/47) | 37%(11/30) | 59%(16/27) | 39%(12/31) | 100%(4/4) | 100%(3/3) | 11 | 11 | 62%(38/61) | 50%(37/74) | 50%(37/74) | 38%(23/61) | 56%(75/135) | 44%(60/135) | 0 | 0 | 0 | 0 | 62% | 59% | 70% | 65% | 54% | 46% | 0 | 0 | 60% | 53% | 0 | 0 | 80% | 67% | 64% | 57% | 34% | 27% | 55% | 45% | 0 | 0 | 44% | 36% | 0 | 0 | 34% | 16% | 43% | 34% | 53% | 46% |
Round of 16 - | 01:49 | Ryan Harrison | (Q) | 7 4 6 | Grigor Dimitrov | (3) | 5 6 0 | Ryan Harrison | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms013 | 275 | 220 | 5 | 3 | 2 | 7 | 50%(38/76) | 45%(40/88) | 84%(32/38) | 65%(26/40) | 53%(20/38) | 50%(24/48) | 0%(0/2) | 44%(4/9) | 14 | 14 | 176 | 177 | 35%(14/40) | 16%(6/38) | 50%(24/48) | 47%(18/38) | 56%(5/9) | 100%(2/2) | 14 | 14 | 68%(52/76) | 57%(50/88) | 43%(38/88) | 32%(24/76) | 55%(90/164) | 45%(74/164) | 0 | 14 | 0 | 5 | 60% | 62% | 69% | 75% | 51% | 52% | 0 | 12 | 60% | 65% | 0 | 25 | 74% | 83% | 62% | 66% | 24% | 29% | 49% | 50% | 0 | 14 | 40% | 37% | 0 | 25 | 18% | 21% | 35% | 37% | 48% | 52% |
Round of 16 - | 02:07 | Kevin Anderson | (4/WC) | 3 7 6 | Steve Johnson | null | 6 5 3 | Kevin Anderson | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms010 | 279 | 279 | 13 | 9 | 2 | 2 | 53%(46/87) | 52%(44/84) | 80%(37/46) | 75%(33/44) | 49%(20/41) | 65%(26/40) | 67%(4/6) | 70%(7/10) | 15 | 15 | 110 | 117 | 25%(11/44) | 20%(9/46) | 35%(14/40) | 51%(21/41) | 30%(3/10) | 33%(2/6) | 15 | 15 | 66%(57/87) | 70%(59/84) | 30%(25/84) | 34%(30/87) | 48%(82/171) | 52%(89/171) | 0 | 0 | 0 | 0 | 63% | 60% | 80% | 76% | 54% | 54% | 0 | 0 | 68% | 62% | 0 | 0 | 89% | 84% | 70% | 67% | 25% | 26% | 46% | 48% | 0 | 0 | 37% | 36% | 0 | 0 | 16% | 18% | 34% | 34% | 52% | 51% |
Round of 16 - | 01:00 | Alexandr Dolgopolov | (5) | 6 6 | Andreas Haider-Maurer | null | 2 3 | Alexandr Dolgopolov | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms009 | 323 | 203 | 5 | 3 | 0 | 8 | 49%(19/39) | 48%(30/62) | 84%(16/19) | 67%(20/30) | 85%(17/20) | 38%(12/32) | 100%(2/2) | 60%(6/10) | 8 | 9 | 180 | 31 | 33%(10/30) | 16%(3/19) | 63%(20/32) | 15%(3/20) | 40%(4/10) | 0%(0/2) | 9 | 8 | 85%(33/39) | 52%(32/62) | 48%(30/62) | 15%(6/39) | 62%(63/101) | 38%(38/101) | 0 | 0 | 0 | 0 | 59% | 55% | 74% | 72% | 52% | 48% | 0 | 0 | 60% | 61% | 0 | 0 | 81% | 77% | 65% | 61% | 30% | 27% | 51% | 46% | 0 | 0 | 41% | 36% | 0 | 0 | 22% | 18% | 38% | 34% | 51% | 48% |
Round of 16 - | 01:26 | Ivo Karlovic | (6) | 3 6 6 | Dusan Lajovic | null | 6 3 1 | Ivo Karlovic | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms012 | 304 | 246 | 18 | 3 | 7 | 4 | 60%(40/67) | 61%(43/71) | 90%(36/40) | 67%(29/43) | 52%(14/27) | 50%(14/28) | 50%(1/2) | 43%(3/7) | 12 | 13 | 170 | 116 | 33%(14/43) | 10%(4/40) | 50%(14/28) | 48%(13/27) | 57%(4/7) | 50%(1/2) | 13 | 12 | 75%(50/67) | 61%(43/71) | 39%(28/71) | 25%(17/67) | 57%(78/138) | 43%(60/138) | 0 | 8 | 0 | 4 | 67% | 63% | 85% | 68% | 57% | 53% | 0 | 15 | 80% | 59% | 0 | 26 | 96% | 77% | 75% | 62% | 22% | 28% | 41% | 49% | 0 | 16 | 31% | 37% | 0 | 26 | 10% | 22% | 29% | 37% | 52% | 50% |
Round of 16 - | 01:19 | Viktor Troicki | null | 6 6 | Santiago Giraldo | (7/WC) | 3 4 | Viktor Troicki | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms011 | 271 | 217 | 4 | 0 | 1 | 1 | 54%(26/48) | 73%(46/63) | 69%(18/26) | 54%(25/46) | 68%(15/22) | 41%(7/17) | 0%(0/2) | 44%(4/9) | 9 | 10 | 211 | 185 | 46%(21/46) | 31%(8/26) | 59%(10/17) | 32%(7/22) | 56%(5/9) | 100%(2/2) | 10 | 9 | 69%(33/48) | 51%(32/63) | 49%(31/63) | 31%(15/48) | 58%(64/111) | 42%(47/111) | 0 | 0 | 0 | 0 | 63% | 69% | 74% | 67% | 50% | 49% | 0 | 0 | 61% | 56% | 0 | 0 | 81% | 76% | 65% | 62% | 29% | 28% | 49% | 49% | 0 | 0 | 39% | 37% | 0 | 0 | 21% | 22% | 37% | 37% | 51% | 49% |
Round of 16 - | 01:18 | Bernard Tomic | null | 4 6 6 | Benjamin Becker | (8) | 6 3 2 | Bernard Tomic | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms014 | 283 | 270 | 13 | 5 | 2 | 1 | 69%(61/88) | 69%(44/64) | 74%(45/61) | 68%(30/44) | 44%(12/27) | 60%(12/20) | 60%(3/5) | 33%(2/6) | 14 | 13 | 169 | 136 | 32%(14/44) | 26%(16/61) | 40%(8/20) | 56%(15/27) | 67%(4/6) | 40%(2/5) | 13 | 14 | 65%(57/88) | 66%(42/64) | 34%(22/64) | 35%(31/88) | 52%(79/152) | 48%(73/152) | 286 | 0 | 48 | 0 | 66% | 61% | 73% | 71% | 50% | 48% | 218 | 0 | 69% | 57% | 416 | 0 | 84% | 76% | 65% | 62% | 25% | 26% | 48% | 44% | 206 | 0 | 40% | 39% | 410 | 0 | 20% | 15% | 35% | 33% | 50% | 48% |
Round of 32 - | 01:36 | Kei Nishikori | (1) | 6 7 | Alejandro Gonzalez | (Q) | 3 5 | Kei Nishikori | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms016 | 272 | 244 | 0 | 3 | 1 | 2 | 58%(37/64) | 69%(54/78) | 73%(27/37) | 61%(33/54) | 52%(14/27) | 50%(12/24) | 86%(6/7) | 64%(7/11) | 10 | 11 | 161 | 99 | 39%(21/54) | 27%(10/37) | 50%(12/24) | 48%(13/27) | 36%(4/11) | 14%(1/7) | 11 | 10 | 64%(41/64) | 58%(45/78) | 42%(33/78) | 36%(23/64) | 52%(74/142) | 48%(68/142) | 15 | 0 | 8 | 0 | 60% | 61% | 75% | 66% | 55% | 48% | 16 | 0 | 64% | 51% | 40 | 0 | 86% | 69% | 67% | 59% | 30% | 25% | 54% | 46% | 27 | 0 | 40% | 28% | 40 | 0 | 27% | 16% | 39% | 34% | 53% | 46% |
Round of 32 - | 01:27 | David Ferrer | (2) | 6 7 | Igor Sijsling | null | 3 6 4 | David Ferrer | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms031 | 272 | 210 | 1 | 0 | 2 | 4 | 78%(54/69) | 56%(38/68) | 63%(34/54) | 55%(21/38) | 60%(9/15) | 43%(13/30) | 40%(2/5) | 43%(3/7) | 11 | 10 | 199 | 164 | 45%(17/38) | 37%(20/54) | 57%(17/30) | 40%(6/15) | 57%(4/7) | 60%(3/5) | 10 | 11 | 62%(43/69) | 50%(34/68) | 50%(34/68) | 38%(26/69) | 56%(77/137) | 44%(60/137) | 0 | 0 | 0 | 0 | 62% | 59% | 70% | 68% | 54% | 48% | 0 | 0 | 60% | 61% | 0 | 0 | 80% | 73% | 64% | 60% | 34% | 27% | 55% | 46% | 0 | 0 | 44% | 37% | 0 | 0 | 34% | 18% | 43% | 34% | 53% | 47% |
Round of 32 - | 02:02 | Grigor Dimitrov | (3) | 6 5 6 | Filip Krajinovic | null | 3 7 0 | Grigor Dimitrov | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms027 | 238 | 173 | 5 | 2 | 6 | 7 | 57%(46/81) | 49%(54/110) | 72%(33/46) | 48%(26/54) | 46%(16/35) | 43%(24/56) | 29%(2/7) | 70%(19/27) | 14 | 13 | 200 | 188 | 52%(28/54) | 28%(13/46) | 57%(32/56) | 54%(19/35) | 30%(8/27) | 71%(5/7) | 13 | 14 | 60%(49/81) | 45%(50/110) | 55%(60/110) | 40%(32/81) | 57%(109/191) | 43%(82/191) | 14 | 0 | 5 | 0 | 62% | 60% | 75% | 65% | 52% | 50% | 12 | 0 | 65% | 58% | 25 | 0 | 83% | 71% | 66% | 59% | 29% | 27% | 50% | 48% | 14 | 0 | 37% | 40% | 25 | 0 | 21% | 19% | 37% | 36% | 52% | 48% |
Round of 32 - | 00:53 | Kevin Anderson | (4/WC) | 6 6 | Dustin Brown | null | 1 2 | Kevin Anderson | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms020 | 325 | 196 | 5 | 4 | 3 | 5 | 73%(29/40) | 58%(34/59) | 86%(25/29) | 65%(22/34) | 64%(7/11) | 32%(8/25) | 0%(0/0) | 69%(9/13) | 8 | 7 | 191 | 50 | 35%(12/34) | 14%(4/29) | 68%(17/25) | 36%(4/11) | 31%(4/13) | 0%(0/0) | 7 | 8 | 80%(32/40) | 51%(30/59) | 49%(29/59) | 20%(8/40) | 62%(61/99) | 38%(38/99) | 0 | 0 | 0 | 0 | 63% | 64% | 80% | 74% | 54% | 47% | 0 | 0 | 68% | 65% | 0 | 0 | 89% | 81% | 70% | 65% | 25% | 26% | 46% | 49% | 0 | 0 | 37% | 31% | 0 | 0 | 16% | 15% | 34% | 34% | 52% | 49% |
Round of 32 - | 01:24 | Alexandr Dolgopolov | (5) | 6 4 6 | Sam Groth | null | 3 6 0 | Alexandr Dolgopolov | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms019 | 327 | 232 | 6 | 10 | 1 | 4 | 73%(44/60) | 59%(45/76) | 77%(34/44) | 71%(32/45) | 81%(13/16) | 35%(11/31) | 0%(0/1) | 17%(1/6) | 12 | 13 | 215 | 150 | 29%(13/45) | 23%(10/44) | 65%(20/31) | 19%(3/16) | 83%(5/6) | 100%(1/1) | 13 | 12 | 78%(47/60) | 57%(43/76) | 43%(33/76) | 22%(13/60) | 59%(80/136) | 41%(56/136) | 0 | 0 | 0 | 0 | 59% | 62% | 74% | 79% | 52% | 52% | 0 | 0 | 60% | 65% | 0 | 0 | 81% | 86% | 65% | 69% | 30% | 22% | 51% | 41% | 0 | 0 | 41% | 28% | 0 | 0 | 22% | 10% | 38% | 29% | 51% | 49% |
Round of 32 - | 01:44 | Ivo Karlovic | (6) | 6 3 6 | Teymuraz Gabashvili | null | 4 6 2 | Ivo Karlovic | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms024 | 295 | 268 | 19 | 3 | 4 | 2 | 58%(47/81) | 60%(50/83) | 83%(39/47) | 68%(34/50) | 47%(16/34) | 61%(20/33) | 83%(5/6) | 63%(5/8) | 13 | 14 | 130 | 94 | 32%(16/50) | 17%(8/47) | 39%(13/33) | 53%(18/34) | 38%(3/8) | 17%(1/6) | 14 | 13 | 68%(55/81) | 65%(54/83) | 35%(29/83) | 32%(26/81) | 51%(84/164) | 49%(80/164) | 0 | 0 | 0 | 0 | 67% | 57% | 85% | 72% | 57% | 50% | 0 | 0 | 80% | 64% | 0 | 0 | 96% | 78% | 75% | 63% | 22% | 28% | 41% | 48% | 0 | 0 | 31% | 36% | 0 | 0 | 10% | 18% | 29% | 36% | 52% | 49% |
Round of 32 - | 01:52 | Santiago Giraldo | (7/WC) | 7 6 | Austin Krajicek | (Q) | 6 8 1 | Santiago Giraldo | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms023 | 294 | 234 | 3 | 5 | 1 | 3 | 77%(59/77) | 60%(43/72) | 66%(39/59) | 60%(26/43) | 61%(11/18) | 52%(15/29) | 86%(6/7) | 50%(4/8) | 9 | 10 | 178 | 98 | 40%(17/43) | 34%(20/59) | 48%(14/29) | 39%(7/18) | 50%(4/8) | 14%(1/7) | 10 | 9 | 65%(50/77) | 57%(41/72) | 43%(31/72) | 35%(27/77) | 54%(81/149) | 46%(68/149) | 0 | 0 | 0 | 0 | 69% | 62% | 67% | 74% | 49% | 50% | 0 | 0 | 56% | 61% | 0 | 0 | 76% | 82% | 62% | 65% | 28% | 22% | 49% | 43% | 0 | 0 | 37% | 26% | 0 | 0 | 22% | 9% | 37% | 30% | 49% | 48% |
Round of 32 - | 01:37 | Benjamin Becker | (8) | 7 6 | Tobias Kamke | null | 6 4 2 | Benjamin Becker | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms028 | 281 | 241 | 8 | 5 | 1 | 2 | 57%(39/69) | 57%(39/69) | 74%(29/39) | 64%(25/39) | 53%(16/30) | 47%(14/30) | 50%(1/2) | 25%(1/4) | 10 | 10 | 194 | 133 | 36%(14/39) | 26%(10/39) | 53%(16/30) | 47%(14/30) | 75%(3/4) | 50%(1/2) | 10 | 10 | 65%(45/69) | 57%(39/69) | 43%(30/69) | 35%(24/69) | 54%(75/138) | 46%(63/138) | 0 | 0 | 0 | 0 | 61% | 57% | 71% | 62% | 48% | 47% | 0 | 0 | 57% | 40% | 0 | 0 | 76% | 62% | 62% | 56% | 26% | 27% | 44% | 54% | 0 | 0 | 39% | 41% | 0 | 0 | 15% | 22% | 33% | 37% | 48% | 46% |
Round of 32 - | 01:47 | Andreas Haider-Maurer | null | 6 2 6 | Robin Haase | null | 3 6 2 | Andreas Haider-Maurer | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms018 | 265 | 250 | 6 | 1 | 4 | 3 | 57%(51/89) | 64%(49/77) | 80%(41/51) | 63%(31/49) | 42%(16/38) | 50%(14/28) | 80%(8/10) | 70%(7/10) | 13 | 12 | 142 | 113 | 37%(18/49) | 20%(10/51) | 50%(14/28) | 58%(22/38) | 30%(3/10) | 20%(2/10) | 12 | 13 | 64%(57/89) | 58%(45/77) | 42%(32/77) | 36%(32/89) | 54%(89/166) | 46%(77/166) | 0 | 0 | 0 | 0 | 55% | 59% | 72% | 69% | 48% | 50% | 0 | 0 | 61% | 54% | 0 | 0 | 77% | 76% | 61% | 62% | 27% | 26% | 46% | 45% | 0 | 0 | 36% | 43% | 0 | 0 | 18% | 18% | 34% | 34% | 48% | 48% |
Round of 32 - | 01:38 | Ryan Harrison | (Q) | 4 6 4 | Donald Young | null | 6 2 2 | Ryan Harrison | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms026 | 259 | 206 | 6 | 2 | 4 | 7 | 68%(48/71) | 53%(38/72) | 71%(34/48) | 61%(23/38) | 52%(12/23) | 47%(16/34) | 64%(7/11) | 25%(2/8) | 12 | 12 | 217 | 146 | 39%(15/38) | 29%(14/48) | 53%(18/34) | 48%(11/23) | 75%(6/8) | 36%(4/11) | 12 | 12 | 65%(46/71) | 54%(39/72) | 46%(33/72) | 35%(25/71) | 55%(79/143) | 45%(64/143) | 0 | 0 | 0 | 0 | 60% | 55% | 69% | 69% | 51% | 50% | 0 | 0 | 60% | 58% | 0 | 0 | 74% | 73% | 62% | 61% | 24% | 28% | 49% | 51% | 0 | 0 | 40% | 38% | 0 | 0 | 18% | 23% | 35% | 37% | 48% | 49% |
Round of 32 - | 01:16 | Steve Johnson | null | 6 6 | Ivan Dodig | null | 4 4 | Steve Johnson | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms021 | 306 | 262 | 4 | 6 | 1 | 6 | 50%(26/52) | 55%(36/65) | 88%(23/26) | 75%(27/36) | 65%(17/26) | 52%(15/29) | 0%(0/0) | 78%(7/9) | 10 | 10 | 115 | 47 | 25%(9/36) | 12%(3/26) | 48%(14/29) | 35%(9/26) | 22%(2/9) | 0%(0/0) | 10 | 10 | 77%(40/52) | 65%(42/65) | 35%(23/65) | 23%(12/52) | 54%(63/117) | 46%(54/117) | 0 | 0 | 0 | 0 | 60% | 59% | 76% | 74% | 54% | 51% | 0 | 0 | 62% | 58% | 0 | 0 | 84% | 80% | 67% | 64% | 26% | 30% | 48% | 49% | 0 | 0 | 36% | 38% | 0 | 0 | 18% | 22% | 34% | 37% | 51% | 50% |
Round of 32 - | 01:50 | Dusan Lajovic | null | 6 7 | Thanasi Kokkinakis | (Q) | 4 6 4 | Dusan Lajovic | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms025 | 248 | 217 | 4 | 5 | 2 | 4 | 66%(46/70) | 59%(51/87) | 59%(27/46) | 67%(34/51) | 58%(14/24) | 36%(13/36) | 50%(4/8) | 38%(3/8) | 11 | 11 | 205 | 169 | 33%(17/51) | 41%(19/46) | 64%(23/36) | 42%(10/24) | 63%(5/8) | 50%(4/8) | 11 | 11 | 59%(41/70) | 54%(47/87) | 46%(40/87) | 41%(29/70) | 52%(81/157) | 48%(76/157) | 8 | 72 | 4 | 25 | 63% | 60% | 68% | 75% | 53% | 48% | 15 | 52 | 59% | 60% | 26 | 102 | 77% | 80% | 62% | 64% | 28% | 26% | 49% | 50% | 16 | 46 | 37% | 37% | 26 | 101 | 22% | 17% | 37% | 35% | 50% | 49% |
Round of 32 - | 01:23 | Yen-Hsun Lu | null | 6 7 | Victor Estrella Burgos | null | 2 5 | Yen-Hsun Lu | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms017 | 270 | 207 | 1 | 1 | 2 | 3 | 48%(23/48) | 59%(43/73) | 83%(19/23) | 60%(26/43) | 60%(15/25) | 40%(12/30) | 0%(0/2) | 55%(6/11) | 10 | 10 | 195 | 177 | 40%(17/43) | 17%(4/23) | 60%(18/30) | 40%(10/25) | 45%(5/11) | 100%(2/2) | 10 | 10 | 71%(34/48) | 52%(38/73) | 48%(35/73) | 29%(14/48) | 57%(69/121) | 43%(52/121) | 0 | 0 | 0 | 0 | 58% | 65% | 71% | 67% | 52% | 51% | 0 | 0 | 59% | 57% | 0 | 0 | 76% | 75% | 63% | 61% | 28% | 25% | 50% | 46% | 0 | 0 | 39% | 40% | 0 | 0 | 21% | 17% | 37% | 33% | 50% | 48% |
Round of 32 - | 01:24 | Marinko Matosevic | null | 6 6 | Marcel Granollers | null | 4 2 | Marinko Matosevic | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms030 | 249 | 188 | 2 | 3 | 5 | 4 | 54%(30/56) | 52%(32/61) | 83%(25/30) | 59%(19/32) | 38%(10/26) | 34%(10/29) | 71%(5/7) | 38%(3/8) | 9 | 9 | 225 | 130 | 41%(13/32) | 17%(5/30) | 66%(19/29) | 62%(16/26) | 63%(5/8) | 29%(2/7) | 9 | 9 | 63%(35/56) | 48%(29/61) | 52%(32/61) | 38%(21/56) | 57%(67/117) | 43%(50/117) | 0 | 0 | 0 | 0 | 59% | 60% | 65% | 69% | 46% | 48% | 0 | 0 | 53% | 58% | 0 | 0 | 67% | 75% | 57% | 61% | 27% | 28% | 45% | 48% | 0 | 0 | 36% | 39% | 0 | 0 | 16% | 21% | 34% | 36% | 46% | 49% |
Round of 32 - | 01:36 | Bernard Tomic | null | 3 6 6 | Adrian Mannarino | null | 6 4 4 | Bernard Tomic | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms029 | 260 | 262 | 7 | 7 | 1 | 2 | 60%(53/88) | 69%(60/87) | 70%(37/53) | 65%(39/60) | 51%(18/35) | 52%(14/27) | 20%(1/5) | 67%(8/12) | 15 | 14 | 144 | 185 | 35%(21/60) | 30%(16/53) | 48%(13/27) | 49%(17/35) | 33%(4/12) | 80%(4/5) | 14 | 15 | 63%(55/88) | 61%(53/87) | 39%(34/87) | 38%(33/88) | 51%(89/175) | 49%(86/175) | 286 | 11 | 48 | 6 | 66% | 61% | 73% | 71% | 50% | 52% | 218 | 18 | 69% | 63% | 416 | 30 | 84% | 78% | 65% | 64% | 25% | 29% | 48% | 50% | 206 | 17 | 40% | 39% | 410 | 30 | 20% | 23% | 35% | 37% | 50% | 50% |
Round of 32 - | 01:08 | Viktor Troicki | null | 6 6 | Daniel Garza | (WC) | 4 3 | Viktor Troicki | https://www.atptour.com/en/scores/match-stats/archive/2015/807/ms022 | 287 | 233 | 11 | 1 | 3 | 2 | 52%(33/64) | 55%(31/56) | 79%(26/33) | 61%(19/31) | 58%(18/31) | 52%(13/25) | 80%(4/5) | 40%(2/5) | 10 | 9 | 180 | 93 | 39%(12/31) | 21%(7/33) | 48%(12/25) | 42%(13/31) | 60%(3/5) | 20%(1/5) | 9 | 10 | 69%(44/64) | 57%(32/56) | 43%(24/56) | 31%(20/64) | 57%(68/120) | 43%(52/120) | 0 | 0 | 0 | 0 | 63% | 55% | 74% | 61% | 50% | 52% | 0 | 0 | 61% | 40% | 0 | 0 | 81% | 67% | 65% | 57% | 29% | 21% | 49% | 42% | 0 | 0 | 39% | 20% | 0 | 0 | 21% | 10% | 37% | 31% | 51% | 43% |
2nd Round Qualifying - | 01:32 | Alejandro Gonzalez | (3) | 6 7 | Jimmy Wang | (7) | 4 6 3 | Alejandro Gonzalez | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs006 | 265 | 235 | 10 | 3 | 2 | 2 | 60%(37/62) | 67%(48/72) | 73%(27/37) | 54%(26/48) | 52%(13/25) | 50%(12/24) | 25%(1/4) | 60%(6/10) | 11 | 11 | 172 | 177 | 46%(22/48) | 27%(10/37) | 50%(12/24) | 48%(12/25) | 40%(4/10) | 75%(3/4) | 11 | 11 | 65%(40/62) | 53%(38/72) | 47%(34/72) | 35%(22/62) | 55%(74/134) | 45%(60/134) | 0 | 0 | 0 | 0 | 61% | 61% | 66% | 69% | 48% | 65% | 0 | 0 | 51% | 71% | 0 | 0 | 69% | 88% | 59% | 67% | 25% | 10% | 46% | 36% | 0 | 0 | 28% | 0% | 0 | 0 | 16% | 0% | 34% | 18% | 46% | 46% |
2nd Round Qualifying - | 01:57 | Austin Krajicek | null | 7 7 | Aljaz Bedene | (4) | 5 6 4 | Austin Krajicek | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs007 | 270 | 250 | 5 | 9 | 1 | 4 | 66%(52/79) | 45%(38/84) | 73%(38/52) | 82%(31/38) | 44%(12/27) | 43%(20/46) | 50%(2/4) | 50%(3/6) | 12 | 12 | 150 | 149 | 18%(7/38) | 27%(14/52) | 57%(26/46) | 56%(15/27) | 50%(3/6) | 50%(2/4) | 12 | 12 | 63%(50/79) | 61%(51/84) | 39%(33/84) | 37%(29/79) | 51%(83/163) | 49%(80/163) | 0 | 0 | 0 | 0 | 62% | 54% | 74% | 76% | 50% | 48% | 0 | 0 | 61% | 57% | 0 | 0 | 82% | 77% | 65% | 63% | 22% | 26% | 43% | 50% | 0 | 0 | 26% | 41% | 0 | 0 | 9% | 20% | 30% | 36% | 48% | 49% |
2nd Round Qualifying - | 02:42 | Thanasi Kokkinakis | null | 4 6 7 | Alejandro Falla | (5) | 6 3 6 3 | Thanasi Kokkinakis | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs005 | 251 | 253 | 6 | 6 | 7 | 2 | 56%(64/114) | 50%(46/92) | 75%(48/64) | 65%(30/46) | 46%(23/50) | 61%(28/46) | 75%(12/16) | 33%(2/6) | 16 | 15 | 167 | 129 | 35%(16/46) | 25%(16/64) | 39%(18/46) | 54%(27/50) | 67%(4/6) | 25%(4/16) | 15 | 16 | 62%(71/114) | 63%(58/92) | 37%(34/92) | 38%(43/114) | 51%(105/206) | 49%(101/206) | 72 | 0 | 25 | 0 | 60% | 59% | 75% | 67% | 48% | 50% | 52 | 0 | 60% | 52% | 102 | 0 | 80% | 73% | 64% | 60% | 26% | 29% | 50% | 47% | 46 | 0 | 37% | 40% | 101 | 0 | 17% | 20% | 35% | 36% | 49% | 48% |
2nd Round Qualifying - | 01:16 | Ryan Harrison | (AL) | 6 6 | Michael Russell | null | 2 3 | Ryan Harrison | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs004 | 261 | 193 | 3 | 0 | 1 | 4 | 56%(29/52) | 70%(39/56) | 76%(22/29) | 41%(16/39) | 52%(12/23) | 53%(9/17) | 78%(7/9) | 50%(6/12) | 8 | 9 | 222 | 119 | 59%(23/39) | 24%(7/29) | 47%(8/17) | 48%(11/23) | 50%(6/12) | 22%(2/9) | 9 | 8 | 65%(34/52) | 45%(25/56) | 55%(31/56) | 35%(18/52) | 60%(65/108) | 40%(43/108) | 0 | 0 | 0 | 0 | 60% | 63% | 69% | 54% | 51% | 42% | 0 | 0 | 60% | 61% | 0 | 0 | 74% | 50% | 62% | 50% | 24% | 32% | 49% | 48% | 0 | 0 | 40% | 24% | 0 | 0 | 18% | 22% | 35% | 40% | 48% | 45% |
1st Round Qualifying - | 02:43 | Michael Russell | null | 7 6 9 6 | Tim Smyczek | (1) | 5 7 4 | Michael Russell | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs008 | 221 | 223 | 1 | 7 | 8 | 3 | 60%(75/124) | 59%(61/104) | 69%(52/75) | 61%(37/61) | 35%(17/49) | 47%(20/43) | 50%(6/12) | 38%(5/13) | 17 | 17 | 201 | 181 | 39%(24/61) | 31%(23/75) | 53%(23/43) | 65%(32/49) | 62%(8/13) | 50%(6/12) | 17 | 17 | 56%(69/124) | 55%(57/104) | 45%(47/104) | 44%(55/124) | 51%(116/228) | 49%(112/228) | 0 | 0 | 0 | 0 | 63% | 62% | 54% | 64% | 42% | 51% | 0 | 0 | 61% | 59% | 0 | 0 | 50% | 70% | 50% | 59% | 32% | 27% | 48% | 44% | 0 | 0 | 24% | 35% | 0 | 0 | 22% | 15% | 40% | 34% | 45% | 47% |
1st Round Qualifying - | 01:05 | Thanasi Kokkinakis | null | 6 6 | Lukas Lacko | (2) | 3 2 | Thanasi Kokkinakis | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs010 | 312 | 223 | 11 | 3 | 2 | 5 | 54%(28/52) | 69%(37/54) | 82%(23/28) | 70%(26/37) | 67%(16/24) | 24%(4/17) | 100%(1/1) | 57%(4/7) | 9 | 8 | 186 | 51 | 30%(11/37) | 18%(5/28) | 76%(13/17) | 33%(8/24) | 43%(3/7) | 0%(0/1) | 8 | 9 | 75%(39/52) | 56%(30/54) | 44%(24/54) | 25%(13/52) | 59%(63/106) | 41%(43/106) | 72 | 0 | 25 | 0 | 60% | 62% | 75% | 69% | 48% | 49% | 52 | 0 | 60% | 54% | 102 | 0 | 80% | 74% | 64% | 61% | 26% | 20% | 50% | 45% | 46 | 0 | 37% | 27% | 101 | 0 | 17% | 11% | 35% | 30% | 49% | 46% |
1st Round Qualifying - | 00:44 | Alejandro Gonzalez | (3) | 6 6 | Aitor Aramburu | (WC) | 0 2 | Alejandro Gonzalez | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs012 | 298 | 128 | 3 | 0 | 0 | 2 | 60%(21/35) | 83%(30/36) | 86%(18/21) | 33%(10/30) | 64%(9/14) | 0%(0/6) | 75%(3/4) | 25%(2/8) | 7 | 7 | 327 | 89 | 67%(20/30) | 14%(3/21) | 100%(6/6) | 36%(5/14) | 75%(6/8) | 25%(1/4) | 7 | 7 | 77%(27/35) | 28%(10/36) | 72%(26/36) | 23%(8/35) | 75%(53/71) | 25%(18/71) | 0 | 0 | 0 | 0 | 61% | 0% | 66% | 0% | 48% | 0% | 0 | 0 | 51% | 0% | 0 | 0 | 69% | 0% | 59% | 0% | 25% | 0% | 46% | 0% | 0 | 0 | 28% | 0% | 0 | 0 | 16% | 0% | 34% | 0% | 46% | 0% |
1st Round Qualifying - | 01:09 | Aljaz Bedene | (4) | 6 6 | Tigre Hank | (WC) | 1 2 | Aljaz Bedene | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs014 | 292 | 183 | 4 | 4 | 4 | 6 | 50%(26/52) | 52%(26/50) | 77%(20/26) | 58%(15/26) | 65%(17/26) | 33%(8/24) | 100%(4/4) | 33%(2/6) | 8 | 7 | 233 | 58 | 42%(11/26) | 23%(6/26) | 67%(16/24) | 35%(9/26) | 67%(4/6) | 0%(0/4) | 7 | 8 | 71%(37/52) | 46%(23/50) | 54%(27/50) | 29%(15/52) | 63%(64/102) | 37%(38/102) | 0 | 0 | 0 | 0 | 54% | 0% | 76% | 0% | 48% | 0% | 0 | 0 | 57% | 0% | 0 | 0 | 77% | 0% | 63% | 0% | 26% | 0% | 50% | 0% | 0 | 0 | 41% | 0% | 0 | 0 | 20% | 0% | 36% | 0% | 49% | 0% |
1st Round Qualifying - | 01:24 | Alejandro Falla | (5) | 6 6 | Chase Buchanan | (AL) | 4 4 | Alejandro Falla | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs011 | 261 | 256 | 2 | 1 | 2 | 3 | 41%(24/59) | 73%(55/75) | 67%(16/24) | 60%(33/55) | 63%(22/35) | 55%(11/20) | 0%(0/1) | 50%(3/6) | 10 | 10 | 165 | 180 | 40%(22/55) | 33%(8/24) | 45%(9/20) | 37%(13/35) | 50%(3/6) | 100%(1/1) | 10 | 10 | 64%(38/59) | 59%(44/75) | 41%(31/75) | 36%(21/59) | 51%(69/134) | 49%(65/134) | 0 | 0 | 0 | 0 | 59% | 0% | 67% | 0% | 50% | 0% | 0 | 0 | 52% | 0% | 0 | 0 | 73% | 0% | 60% | 0% | 29% | 0% | 47% | 0% | 0 | 0 | 40% | 0% | 0 | 0 | 20% | 0% | 36% | 0% | 48% | 0% |
1st Round Qualifying - | 02:20 | Austin Krajicek | null | 6 3 6 | Gastao Elias | (6) | 4 6 4 | Austin Krajicek | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs015 | 294 | 268 | 7 | 7 | 1 | 4 | 69%(67/97) | 46%(44/96) | 70%(47/67) | 75%(33/44) | 57%(17/30) | 58%(30/52) | 89%(8/9) | 80%(8/10) | 14 | 15 | 100 | 91 | 25%(11/44) | 30%(20/67) | 42%(22/52) | 43%(13/30) | 20%(2/10) | 11%(1/9) | 15 | 14 | 66%(64/97) | 66%(63/96) | 34%(33/96) | 34%(33/97) | 50%(97/193) | 50%(96/193) | 0 | 0 | 0 | 0 | 62% | 49% | 74% | 68% | 50% | 53% | 0 | 0 | 61% | 44% | 0 | 0 | 82% | 72% | 65% | 60% | 22% | 30% | 43% | 45% | 0 | 0 | 26% | 35% | 0 | 0 | 9% | 18% | 30% | 36% | 48% | 48% |
1st Round Qualifying - | 01:33 | Jimmy Wang | (7) | 6 5 6 1 | Miguel Reyes-Varela | (WC) | 7 1 0 | Jimmy Wang | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs013 | 283 | 220 | 6 | 3 | 2 | 3 | 52%(33/64) | 61%(41/67) | 82%(27/33) | 61%(25/41) | 55%(17/31) | 38%(10/26) | 83%(5/6) | 20%(1/5) | 10 | 10 | 221 | 90 | 39%(16/41) | 18%(6/33) | 62%(16/26) | 45%(14/31) | 80%(4/5) | 17%(1/6) | 10 | 10 | 69%(44/64) | 52%(35/67) | 48%(32/67) | 31%(20/64) | 58%(76/131) | 42%(55/131) | 0 | 0 | 0 | 0 | 61% | 0% | 69% | 0% | 65% | 0% | 0 | 0 | 71% | 0% | 0 | 0 | 88% | 0% | 67% | 0% | 10% | 0% | 36% | 0% | 0 | 0 | 0% | 0% | 0 | 0 | 0% | 0% | 18% | 0% | 46% | 0% |
1st Round Qualifying - | 01:06 | Ryan Harrison | (AL) | 6 6 | Adrian Menendez-Maceiras | (8) | 1 2 | Ryan Harrison | https://www.atptour.com/en/scores/match-stats/archive/2015/807/qs009 | 322 | 185 | 7 | 0 | 0 | 3 | 57%(24/42) | 50%(28/56) | 75%(18/24) | 50%(14/28) | 83%(15/18) | 46%(13/28) | 100%(1/1) | 64%(7/11) | 8 | 7 | 197 | 42 | 50%(14/28) | 25%(6/24) | 54%(15/28) | 17%(3/18) | 36%(4/11) | 0%(0/1) | 7 | 8 | 79%(33/42) | 48%(27/56) | 52%(29/56) | 21%(9/42) | 63%(62/98) | 37%(36/98) | 0 | 0 | 0 | 0 | 60% | 58% | 69% | 70% | 51% | 53% | 0 | 0 | 60% | 60% | 0 | 0 | 74% | 76% | 62% | 63% | 24% | 22% | 49% | 42% | 0 | 0 | 40% | 48% | 0 | 0 | 18% | 14% | 35% | 31% | 48% | 47% |
Finals - | 01:00 | John Isner | (1) | 6 6 | Marcos Baghdatis | (5) | 3 3 | John Isner | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms001 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 0 | 0 | 0 | 0 | 70% | 54% | 79% | 75% | 58% | 51% | 0 | 0 | 74% | 61% | 0 | 0 | 93% | 80% | 73% | 64% | 20% | 28% | 43% | 52% | 0 | 0 | 33% | 42% | 0 | 0 | 11% | 23% | 29% | 38% | 51% | 51% |
Semi-Finals - | 01:43 | John Isner | (1) | 4 6 7 | Denis Kudla | (Q) | 6 2 5 | John Isner | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms002 | 328 | 278 | 25 | 6 | 2 | 4 | 69%(53/77) | 67%(61/91) | 89%(47/53) | 69%(42/61) | 54%(13/24) | 60%(18/30) | 67%(2/3) | 67%(6/9) | 15 | 15 | 124 | 96 | 31%(19/61) | 11%(6/53) | 40%(12/30) | 46%(11/24) | 33%(3/9) | 33%(1/3) | 15 | 15 | 78%(60/77) | 66%(60/91) | 34%(31/91) | 22%(17/77) | 54%(91/168) | 46%(77/168) | 0 | 0 | 0 | 0 | 70% | 60% | 79% | 69% | 58% | 53% | 0 | 0 | 74% | 59% | 0 | 0 | 93% | 76% | 73% | 62% | 20% | 26% | 43% | 48% | 0 | 0 | 33% | 45% | 0 | 0 | 11% | 20% | 29% | 35% | 51% | 49% |
Semi-Finals - | 02:34 | Marcos Baghdatis | (5) | 6 4 6 7 | Gilles Muller | (7) | 7 3 6 4 | Marcos Baghdatis | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms003 | 289 | 276 | 10 | 15 | 2 | 8 | 54%(56/103) | 60%(65/109) | 73%(41/56) | 78%(51/65) | 66%(31/47) | 50%(22/44) | 50%(2/4) | 50%(3/6) | 17 | 16 | 140 | 122 | 22%(14/65) | 27%(15/56) | 50%(22/44) | 34%(16/47) | 50%(3/6) | 50%(2/4) | 16 | 17 | 70%(72/103) | 67%(73/109) | 33%(36/109) | 30%(31/103) | 51%(108/212) | 49%(104/212) | 0 | 0 | 0 | 0 | 54% | 61% | 75% | 80% | 51% | 51% | 0 | 0 | 61% | 71% | 0 | 0 | 80% | 87% | 64% | 68% | 28% | 23% | 52% | 45% | 0 | 0 | 42% | 38% | 0 | 0 | 23% | 14% | 38% | 32% | 51% | 50% |
Quarter-Finals - | 01:21 | John Isner | (1) | 7 6 | Ricardas Berankis | null | 6 5 4 | John Isner | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms004 | 340 | 307 | 19 | 10 | 2 | 3 | 69%(44/64) | 61%(37/61) | 84%(37/44) | 86%(32/37) | 70%(14/20) | 63%(15/24) | 100%(2/2) | 0%(0/1) | 11 | 11 | 161 | 46 | 14%(5/37) | 16%(7/44) | 38%(9/24) | 30%(6/20) | 100%(1/1) | 0%(0/2) | 11 | 11 | 80%(51/64) | 77%(47/61) | 23%(14/61) | 20%(13/64) | 52%(65/125) | 48%(60/125) | 0 | 0 | 0 | 0 | 70% | 57% | 79% | 72% | 58% | 53% | 0 | 0 | 74% | 65% | 0 | 0 | 93% | 80% | 73% | 64% | 20% | 24% | 43% | 48% | 0 | 0 | 33% | 39% | 0 | 0 | 11% | 18% | 29% | 34% | 51% | 49% |
Quarter-Finals - | 01:43 | Marcos Baghdatis | (5) | 6 7 | Vasek Pospisil | (2) | 4 6 5 | Marcos Baghdatis | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms007 | 287 | 268 | 6 | 12 | 1 | 5 | 59%(44/75) | 51%(39/77) | 75%(33/44) | 82%(32/39) | 58%(18/31) | 47%(18/38) | 75%(3/4) | 78%(7/9) | 11 | 11 | 111 | 101 | 18%(7/39) | 25%(11/44) | 53%(20/38) | 42%(13/31) | 22%(2/9) | 25%(1/4) | 11 | 11 | 68%(51/75) | 65%(50/77) | 35%(27/77) | 32%(24/75) | 51%(78/152) | 49%(74/152) | 0 | 496 | 0 | 151 | 54% | 58% | 75% | 78% | 51% | 53% | 0 | 260 | 61% | 67% | 0 | 617 | 80% | 86% | 64% | 67% | 28% | 24% | 52% | 42% | 0 | 222 | 42% | 39% | 0 | 602 | 23% | 14% | 38% | 32% | 51% | 50% |
Quarter-Finals - | 01:12 | Gilles Muller | (7) | 7 6 | Go Soeda | null | 5 1 | Gilles Muller | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms006 | 329 | 231 | 16 | 3 | 2 | 4 | 54%(27/50) | 60%(33/55) | 100%(27/27) | 70%(23/33) | 61%(14/23) | 36%(8/22) | 100%(1/1) | 67%(6/9) | 10 | 9 | 160 | 39 | 30%(10/33) | 0%(0/27) | 64%(14/22) | 39%(9/23) | 33%(3/9) | 0%(0/1) | 9 | 10 | 82%(41/50) | 56%(31/55) | 44%(24/55) | 18%(9/50) | 62%(65/105) | 38%(40/105) | 0 | 0 | 0 | 0 | 61% | 57% | 80% | 69% | 51% | 49% | 0 | 0 | 71% | 59% | 0 | 0 | 87% | 72% | 68% | 61% | 23% | 23% | 45% | 49% | 0 | 0 | 38% | 34% | 0 | 0 | 14% | 15% | 32% | 34% | 50% | 47% |
Quarter-Finals - | 01:01 | Denis Kudla | (Q) | 7 6 | Dudi Sela | null | 5 0 | Denis Kudla | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms005 | 263 | 187 | 6 | 1 | 3 | 1 | 60%(29/48) | 59%(33/56) | 76%(22/29) | 52%(17/33) | 47%(9/19) | 43%(10/23) | 0%(0/2) | 45%(5/11) | 9 | 9 | 226 | 199 | 48%(16/33) | 24%(7/29) | 57%(13/23) | 53%(10/19) | 55%(6/11) | 100%(2/2) | 9 | 9 | 65%(31/48) | 48%(27/56) | 52%(29/56) | 35%(17/48) | 58%(60/104) | 42%(44/104) | 0 | 0 | 0 | 0 | 60% | 59% | 69% | 67% | 53% | 52% | 0 | 0 | 59% | 61% | 0 | 0 | 76% | 73% | 62% | 60% | 26% | 27% | 48% | 52% | 0 | 0 | 45% | 34% | 0 | 0 | 20% | 19% | 35% | 38% | 49% | 49% |
Round of 16 - | 02:10 | John Isner | (1) | 7 7 | Radek Stepanek | (PR) | 6 3 6 7 | John Isner | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms008 | 322 | 271 | 33 | 3 | 4 | 7 | 68%(58/85) | 55%(47/85) | 72%(42/58) | 79%(37/47) | 70%(19/27) | 58%(22/38) | 75%(6/8) | 75%(6/8) | 12 | 12 | 104 | 99 | 21%(10/47) | 28%(16/58) | 42%(16/38) | 30%(8/27) | 25%(2/8) | 25%(2/8) | 12 | 12 | 72%(61/85) | 69%(59/85) | 31%(26/85) | 28%(24/85) | 51%(87/170) | 49%(83/170) | 0 | 0 | 0 | 0 | 70% | 62% | 79% | 72% | 58% | 51% | 0 | 0 | 74% | 62% | 0 | 0 | 93% | 79% | 73% | 64% | 20% | 28% | 43% | 50% | 0 | 0 | 33% | 41% | 0 | 0 | 11% | 21% | 29% | 36% | 51% | 50% |
Round of 16 - | 02:30 | Vasek Pospisil | (2) | 6 6 3 6 | Yen-Hsun Lu | null | 4 7 4 | Vasek Pospisil | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms015 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | 496 | 0 | 151 | 0 | 58% | 58% | 78% | 71% | 53% | 52% | 260 | 0 | 67% | 59% | 617 | 0 | 86% | 76% | 67% | 63% | 24% | 28% | 42% | 50% | 222 | 0 | 39% | 39% | 602 | 0 | 14% | 21% | 32% | 37% | 50% | 50% |
Round of 16 - | 01:27 | Denis Kudla | (Q) | 7 6 | Jack Sock | (3) | 6 6 3 | Denis Kudla | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms010 | 281 | 233 | 9 | 6 | 2 | 5 | 74%(50/68) | 61%(39/64) | 70%(35/50) | 64%(25/39) | 50%(9/18) | 44%(11/25) | 80%(8/10) | 20%(1/5) | 10 | 11 | 208 | 120 | 36%(14/39) | 30%(15/50) | 56%(14/25) | 50%(9/18) | 80%(4/5) | 20%(2/10) | 11 | 10 | 65%(44/68) | 56%(36/64) | 44%(28/64) | 35%(24/68) | 55%(72/132) | 45%(60/132) | 0 | 0 | 0 | 0 | 60% | 57% | 69% | 75% | 53% | 53% | 0 | 0 | 59% | 64% | 0 | 0 | 76% | 83% | 62% | 66% | 26% | 28% | 48% | 47% | 0 | 0 | 45% | 45% | 0 | 0 | 20% | 22% | 35% | 35% | 49% | 51% |
Round of 16 - | 01:31 | Go Soeda | null | 6 6 | Adrian Mannarino | (4) | 2 4 | Go Soeda | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms013 | 295 | 224 | 4 | 5 | 1 | 5 | 63%(40/64) | 49%(31/63) | 75%(30/40) | 65%(20/31) | 54%(13/24) | 44%(14/32) | 100%(6/6) | 67%(6/9) | 9 | 9 | 157 | 71 | 35%(11/31) | 25%(10/40) | 56%(18/32) | 46%(11/24) | 33%(3/9) | 0%(0/6) | 9 | 9 | 67%(43/64) | 54%(34/63) | 46%(29/63) | 33%(21/64) | 57%(72/127) | 43%(55/127) | 0 | 11 | 0 | 6 | 57% | 61% | 69% | 71% | 49% | 52% | 0 | 18 | 59% | 63% | 0 | 30 | 72% | 78% | 61% | 64% | 23% | 29% | 49% | 50% | 0 | 17 | 34% | 39% | 0 | 30 | 15% | 23% | 34% | 37% | 47% | 50% |
Round of 16 - | 02:04 | Marcos Baghdatis | (5) | 7 3 6 | Sam Groth | null | 5 6 3 | Marcos Baghdatis | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms014 | 291 | 262 | 11 | 16 | 2 | 8 | 59%(48/82) | 57%(55/96) | 81%(39/48) | 71%(39/55) | 56%(19/34) | 46%(19/41) | 71%(5/7) | 63%(5/8) | 15 | 15 | 141 | 105 | 29%(16/55) | 19%(9/48) | 54%(22/41) | 44%(15/34) | 38%(3/8) | 29%(2/7) | 15 | 15 | 71%(58/82) | 60%(58/96) | 40%(38/96) | 29%(24/82) | 54%(96/178) | 46%(82/178) | 0 | 0 | 0 | 0 | 54% | 62% | 75% | 79% | 51% | 52% | 0 | 0 | 61% | 65% | 0 | 0 | 80% | 86% | 64% | 69% | 28% | 22% | 52% | 41% | 0 | 0 | 42% | 28% | 0 | 0 | 23% | 10% | 38% | 29% | 51% | 49% |
Round of 16 - | 01:11 | Ricardas Berankis | null | 6 6 | Steve Johnson | (6) | 4 2 | Ricardas Berankis | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms009 | 290 | 230 | 10 | 8 | 0 | 2 | 54%(28/52) | 57%(28/49) | 75%(21/28) | 50%(14/28) | 63%(15/24) | 62%(13/21) | 67%(2/3) | 33%(2/6) | 9 | 9 | 199 | 107 | 50%(14/28) | 25%(7/28) | 38%(8/21) | 38%(9/24) | 67%(4/6) | 33%(1/3) | 9 | 9 | 69%(36/52) | 55%(27/49) | 45%(22/49) | 31%(16/52) | 57%(58/101) | 43%(43/101) | 0 | 0 | 0 | 0 | 57% | 60% | 72% | 76% | 53% | 54% | 0 | 0 | 65% | 62% | 0 | 0 | 80% | 84% | 64% | 67% | 24% | 26% | 48% | 48% | 0 | 0 | 39% | 36% | 0 | 0 | 18% | 18% | 34% | 34% | 49% | 51% |
Round of 16 - | 01:02 | Gilles Muller | (7) | 6 6 | Jared Donaldson | (Q) | 3 2 | Gilles Muller | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms012 | 329 | 235 | 14 | 4 | 2 | 3 | 74%(34/46) | 65%(32/49) | 85%(29/34) | 66%(21/32) | 58%(7/12) | 41%(7/17) | 0%(0/0) | 40%(2/5) | 9 | 8 | 190 | 57 | 34%(11/32) | 15%(5/34) | 59%(10/17) | 42%(5/12) | 60%(3/5) | 0%(0/0) | 8 | 9 | 78%(36/46) | 57%(28/49) | 43%(21/49) | 22%(10/46) | 60%(57/95) | 40%(38/95) | 0 | 0 | 0 | 0 | 61% | 50% | 80% | 78% | 51% | 52% | 0 | 0 | 71% | 50% | 0 | 0 | 87% | 79% | 68% | 65% | 23% | 23% | 45% | 46% | 0 | 0 | 38% | 48% | 0 | 0 | 14% | 18% | 32% | 32% | 50% | 49% |
Round of 16 - | 01:19 | Dudi Sela | null | 7 6 | Benjamin Becker | (8) | 5 3 | Dudi Sela | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms011 | 295 | 242 | 2 | 7 | 2 | 8 | 53%(32/60) | 53%(39/74) | 81%(26/32) | 64%(25/39) | 61%(17/28) | 54%(19/35) | 100%(1/1) | 67%(6/9) | 10 | 11 | 142 | 58 | 36%(14/39) | 19%(6/32) | 46%(16/35) | 39%(11/28) | 33%(3/9) | 0%(0/1) | 11 | 10 | 72%(43/60) | 59%(44/74) | 41%(30/74) | 28%(17/60) | 54%(73/134) | 46%(61/134) | 0 | 0 | 0 | 0 | 59% | 61% | 67% | 71% | 52% | 48% | 0 | 0 | 61% | 57% | 0 | 0 | 73% | 76% | 60% | 62% | 27% | 26% | 52% | 44% | 0 | 0 | 34% | 39% | 0 | 0 | 19% | 15% | 38% | 33% | 49% | 48% |
Round of 32 - | 00:00 | John Isner | (1) | null | Bye | null | null | John Isner | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
Round of 32 - | 00:00 | Vasek Pospisil | (2) | null | Bye | null | null | Vasek Pospisil | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
Round of 32 - | 00:00 | Jack Sock | (3) | null | Bye | null | null | Jack Sock | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
Round of 32 - | 00:00 | Adrian Mannarino | (4) | null | Bye | null | null | Adrian Mannarino | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
Round of 32 - | 01:17 | Marcos Baghdatis | (5) | 6 6 | Austin Krajicek | (Q) | 4 0 | Marcos Baghdatis | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms028 | 314 | 210 | 5 | 2 | 0 | 0 | 62%(29/47) | 57%(32/56) | 69%(20/29) | 63%(20/32) | 78%(14/18) | 38%(9/24) | 100%(2/2) | 33%(2/6) | 8 | 8 | 218 | 53 | 38%(12/32) | 31%(9/29) | 63%(15/24) | 22%(4/18) | 67%(4/6) | 0%(0/2) | 8 | 8 | 72%(34/47) | 52%(29/56) | 48%(27/56) | 28%(13/47) | 59%(61/103) | 41%(42/103) | 0 | 0 | 0 | 0 | 54% | 62% | 75% | 74% | 51% | 50% | 0 | 0 | 61% | 61% | 0 | 0 | 80% | 82% | 64% | 65% | 28% | 22% | 52% | 43% | 0 | 0 | 42% | 26% | 0 | 0 | 23% | 9% | 38% | 30% | 51% | 48% |
Round of 32 - | 01:53 | Steve Johnson | (6) | 6 6 3 6 | Lukas Lacko | null | 1 7 2 | Steve Johnson | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms019 | 322 | 247 | 15 | 10 | 1 | 4 | 64%(51/80) | 62%(54/87) | 82%(42/51) | 74%(40/54) | 62%(18/29) | 36%(12/33) | 100%(2/2) | 64%(7/11) | 14 | 13 | 156 | 56 | 26%(14/54) | 18%(9/51) | 64%(21/33) | 38%(11/29) | 36%(4/11) | 0%(0/2) | 13 | 14 | 75%(60/80) | 60%(52/87) | 40%(35/87) | 25%(20/80) | 57%(95/167) | 43%(72/167) | 0 | 0 | 0 | 0 | 60% | 62% | 76% | 69% | 54% | 49% | 0 | 0 | 62% | 54% | 0 | 0 | 84% | 74% | 67% | 61% | 26% | 20% | 48% | 45% | 0 | 0 | 36% | 27% | 0 | 0 | 18% | 11% | 34% | 30% | 51% | 46% |
Round of 32 - | 01:07 | Gilles Muller | (7) | 6 6 | Donald Young | null | 2 1 | Gilles Muller | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms024 | 292 | 171 | 7 | 1 | 2 | 3 | 52%(24/46) | 49%(27/55) | 71%(17/24) | 48%(13/27) | 64%(14/22) | 39%(11/28) | 0%(0/0) | 58%(7/12) | 7 | 8 | 217 | 65 | 52%(14/27) | 29%(7/24) | 61%(17/28) | 36%(8/22) | 42%(5/12) | 0%(0/0) | 8 | 7 | 67%(31/46) | 44%(24/55) | 56%(31/55) | 33%(15/46) | 61%(62/101) | 39%(39/101) | 0 | 0 | 0 | 0 | 61% | 55% | 80% | 69% | 51% | 50% | 0 | 0 | 71% | 58% | 0 | 0 | 87% | 73% | 68% | 61% | 23% | 28% | 45% | 51% | 0 | 0 | 38% | 38% | 0 | 0 | 14% | 23% | 32% | 37% | 50% | 49% |
Round of 32 - | 00:51 | Benjamin Becker | (8) | 7 | Michael Berrer | (SE) | 5 | Benjamin Becker | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms023 | 340 | 254 | 5 | 6 | 1 | 2 | 71%(20/28) | 47%(22/47) | 90%(18/20) | 68%(15/22) | 75%(6/8) | 52%(13/25) | 0%(0/0) | 75%(3/4) | 6 | 6 | 121 | 35 | 32%(7/22) | 10%(2/20) | 48%(12/25) | 25%(2/8) | 25%(1/4) | 0%(0/0) | 6 | 6 | 86%(24/28) | 60%(28/47) | 40%(19/47) | 14%(4/28) | 57%(43/75) | 43%(32/75) | 0 | 0 | 0 | 0 | 61% | 62% | 71% | 73% | 48% | 48% | 0 | 0 | 57% | 60% | 0 | 0 | 76% | 78% | 62% | 64% | 26% | 26% | 44% | 38% | 0 | 0 | 39% | 35% | 0 | 0 | 15% | 12% | 33% | 31% | 48% | 48% |
Round of 32 - | 01:19 | Ricardas Berankis | null | 6 6 | Tim Smyczek | null | 4 4 | Ricardas Berankis | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms018 | 305 | 266 | 6 | 2 | 3 | 2 | 66%(43/65) | 43%(23/53) | 81%(35/43) | 83%(19/23) | 55%(12/22) | 60%(18/30) | 100%(2/2) | 60%(3/5) | 10 | 10 | 117 | 64 | 17%(4/23) | 19%(8/43) | 40%(12/30) | 45%(10/22) | 40%(2/5) | 0%(0/2) | 10 | 10 | 72%(47/65) | 70%(37/53) | 30%(16/53) | 28%(18/65) | 53%(63/118) | 47%(55/118) | 0 | 0 | 0 | 0 | 57% | 62% | 72% | 64% | 53% | 51% | 0 | 0 | 65% | 59% | 0 | 0 | 80% | 70% | 64% | 59% | 24% | 27% | 48% | 44% | 0 | 0 | 39% | 35% | 0 | 0 | 18% | 15% | 34% | 34% | 49% | 47% |
Round of 32 - | 01:56 | Jared Donaldson | (Q) | 6 3 6 | Somdev Devvarman | (Q) | 1 6 4 | Jared Donaldson | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms025 | 297 | 254 | 7 | 4 | 2 | 0 | 50%(34/68) | 46%(39/84) | 91%(31/34) | 72%(28/39) | 59%(20/34) | 56%(25/45) | 0%(0/1) | 63%(5/8) | 13 | 13 | 133 | 157 | 28%(11/39) | 9%(3/34) | 44%(20/45) | 41%(14/34) | 38%(3/8) | 100%(1/1) | 13 | 13 | 75%(51/68) | 63%(53/84) | 37%(31/84) | 25%(17/68) | 54%(82/152) | 46%(70/152) | 0 | 0 | 0 | 0 | 50% | 53% | 78% | 65% | 52% | 50% | 0 | 0 | 50% | 63% | 0 | 0 | 79% | 68% | 65% | 58% | 23% | 18% | 46% | 40% | 0 | 0 | 48% | 75% | 0 | 0 | 18% | 13% | 32% | 29% | 49% | 45% |
Round of 32 - | 01:23 | Sam Groth | null | 7 6 | Frances Tiafoe | (WC) | 6 3 4 | Sam Groth | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms029 | 310 | 300 | 9 | 4 | 3 | 1 | 59%(40/68) | 65%(40/62) | 88%(35/40) | 78%(31/40) | 57%(16/28) | 64%(14/22) | 100%(1/1) | 80%(4/5) | 11 | 11 | 88 | 56 | 23%(9/40) | 13%(5/40) | 36%(8/22) | 43%(12/28) | 20%(1/5) | 0%(0/1) | 11 | 11 | 75%(51/68) | 73%(45/62) | 27%(17/62) | 25%(17/68) | 52%(68/130) | 48%(62/130) | 0 | 1 | 0 | 0 | 62% | 60% | 79% | 72% | 52% | 47% | 0 | 1 | 65% | 60% | 0 | 2 | 86% | 75% | 69% | 62% | 22% | 21% | 41% | 46% | 0 | 1 | 28% | 26% | 0 | 2 | 10% | 10% | 29% | 31% | 49% | 46% |
Round of 32 - | 02:06 | Denis Kudla | (Q) | 3 6 7 | Ryan Harrison | (WC) | 6 4 6 5 | Denis Kudla | https://www.atptour.com/en/scores/match-stats/archive/2015/6116/ms021 | 269 | 279 | 4 | 12 | 5 | 3 | 59%(51/87) | 64%(63/98) | 78%(40/51) | 76%(48/63) | 53%(19/36) | 49%(17/35) | 50%(3/6) | 57%(4/7) | 15 | 16 | 136 | 139 | 24%(15/63) | 22%(11/51) | 51%(18/35) | 47%(17/36) | 43%(3/7) | 50%(3/6) | 16 | 15 | 68%(59/87) | 66%(65/98) | 34%(33/98) | 32%(28/87) | 50%(92/185) | 50%(93/185) | 0 | 0 | 0 | 0 | 60% | 60% | 69% | 69% | 53% | 51% | 0 | 0 | 59% | 60% | 0 | 0 | 76% | 74% | 62% | 62% | 26% | 24% | 48% | 49% | 0 | 0 | 45% | 40% | 0 | 0 | 20% | 18% | 35% | 35% | 49% | 48% |
ATP Tennis Matches Dataset (2015-2025)
Description
Comprehensive dataset of ATP Tour tennis matches from 2015 to 2025. Contains detailed match statistics, player information, and tournament data scraped from the official ATP Tour website. This dataset provides a complete overview of professional tennis matches over an 11-year period, suitable for sports analytics, machine learning projects, and statistical research.
Dataset Structure
- Format: CSV files (one per tournament)
- Years Covered: 2015-2025
- Scope: All ATP Tour tournaments
- Total Files: Multiple tournament files organized by year and tournament
- License: GPL-3.0
Data Contents
Each tournament CSV file includes the following information:
- Match date and round information
- Player names, rankings, and seeding
- Match scores (set-by-set breakdown)
- Match statistics (aces, double faults, break points, etc.)
- Tournament name, location, and category
- Court surface type (hard, clay, grass)
- Match duration and completion status
- Winner and loser information
Contributors
- Yahya - @Yahya777777 - Dataset creation, collection and compilation
- Vinh Nguyen - @vinhnguyenxyz - Dataset creation, collection and compilation
License
This dataset is licensed under GNU General Public License v3.0 (GPL-3.0).
License Terms:
- Free to use, modify, and distribute
- Can be used in commercial projects
- Must disclose source code
- Derivative works must use same GPL-3.0 license
- Must include original license and copyright notice
Usage
This dataset is suitable for:
- Sports analytics and performance research
- Tennis match prediction models
- Player performance analysis and ranking systems
- Machine learning and AI projects
- Statistical modeling and trend analysis
- Academic research in sports science
File Organization
Files are organized by tournament and year using the following naming convention:
Example:
australian_open_2023.csvwimbledon_2021.csvus_open_2019.csv
Source Data
- Primary Source: Official ATP Tour website (atptour.com)
- Data Type: Publicly available match statistics
- Collection Method: Automated compilation of publicly available match statistics
Disclaimer
This dataset is created for research and educational purposes. The match data originates from ATP Tour Inc. and this compilation is offered under GPL-3.0 license. Users are responsible for complying with ATP's terms of service for any commercial applications.
Updates
- Dataset will be periodically updated with new matches
- Corrections and improvements will be released as new versions
- Users are encouraged to report data issues via the discussion tab
Citation
If you use this dataset in your research or projects, please cite:
@misc{atp-matches-2015-2025,
title = {ATP Tennis Matches Dataset (2015-2025)},
author = {Yahya and Vinh Nguyen},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/Yahya777777/ATP-Tennis-Matches-Dataset-2015-to-2025},
license = {GPL-3.0}
}
- Downloads last month
- 2,881