The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
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 7 new columns ({'hand', 'name', 'height', 'display', 'weight', 'citizenship', 'birth_date'}) and 32 missing columns ({'right.break_point_convertion_pct', 'left.first_serve_pct', 'duration', 'left.serves', 'left.break_point_convertion_pct', 'stadium', 'date', 'right.points_on_return_pct', 'right.points_on_serve_pct', 'right.first_serve_pct', 'right.serves', 'right.total_points_won', 'left.winners', 'right.aces', 'left.url', 'right.second_serve_win_pct', 'left.double_faults', 'left.aces', 'left.score', 'surface', 'right.unforced_errors', 'right.first_serve_win_pct', 'right.url', 'right.double_faults', 'left.first_serve_win_pct', 'left.points_on_return_pct', 'left.points_on_serve_pct', 'left.second_serve_win_pct', 'right.score', 'left.unforced_errors', 'left.total_points_won', 'right.winners'}).
This happened while the csv dataset builder was generating data using
hf://datasets/georgiyozhegov/tennis/players.csv (at revision 832996108821e518ceb55c774aa9932212d9d9e9), [/tmp/hf-datasets-cache/medium/datasets/26270305357849-config-parquet-and-info-georgiyozhegov-tennis-b8c3b185/hub/datasets--georgiyozhegov--tennis/snapshots/832996108821e518ceb55c774aa9932212d9d9e9/matches.csv (origin=hf://datasets/georgiyozhegov/tennis@832996108821e518ceb55c774aa9932212d9d9e9/matches.csv), /tmp/hf-datasets-cache/medium/datasets/26270305357849-config-parquet-and-info-georgiyozhegov-tennis-b8c3b185/hub/datasets--georgiyozhegov--tennis/snapshots/832996108821e518ceb55c774aa9932212d9d9e9/players.csv (origin=hf://datasets/georgiyozhegov/tennis@832996108821e518ceb55c774aa9932212d9d9e9/players.csv)]
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 "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
url: string
name: string
display: string
citizenship: string
birth_date: string
height: double
weight: double
hand: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1165
to
{'date': Value('string'), 'url': Value('string'), 'left.url': Value('string'), 'right.url': Value('string'), 'left.score': Value('int64'), 'right.score': Value('int64'), 'stadium': Value('string'), 'surface': Value('string'), 'duration': Value('int64'), 'left.aces': Value('float64'), 'right.aces': Value('float64'), 'left.double_faults': Value('float64'), 'right.double_faults': Value('float64'), 'left.serves': Value('float64'), 'right.serves': Value('float64'), 'left.first_serve_pct': Value('float64'), 'right.first_serve_pct': Value('float64'), 'left.first_serve_win_pct': Value('float64'), 'right.first_serve_win_pct': Value('float64'), 'left.second_serve_win_pct': Value('float64'), 'right.second_serve_win_pct': Value('float64'), 'left.points_on_serve_pct': Value('float64'), 'right.points_on_serve_pct': Value('float64'), 'left.points_on_return_pct': Value('float64'), 'right.points_on_return_pct': Value('float64'), 'left.break_point_convertion_pct': Value('float64'), 'right.break_point_convertion_pct': Value('float64'), 'left.total_points_won': Value('float64'), 'right.total_points_won': Value('float64'), 'left.winners': Value('float64'), 'right.winners': Value('float64'), 'left.unforced_errors': Value('float64'), 'right.unforced_errors': Value('float64')}
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 1347, 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 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, 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 7 new columns ({'hand', 'name', 'height', 'display', 'weight', 'citizenship', 'birth_date'}) and 32 missing columns ({'right.break_point_convertion_pct', 'left.first_serve_pct', 'duration', 'left.serves', 'left.break_point_convertion_pct', 'stadium', 'date', 'right.points_on_return_pct', 'right.points_on_serve_pct', 'right.first_serve_pct', 'right.serves', 'right.total_points_won', 'left.winners', 'right.aces', 'left.url', 'right.second_serve_win_pct', 'left.double_faults', 'left.aces', 'left.score', 'surface', 'right.unforced_errors', 'right.first_serve_win_pct', 'right.url', 'right.double_faults', 'left.first_serve_win_pct', 'left.points_on_return_pct', 'left.points_on_serve_pct', 'left.second_serve_win_pct', 'right.score', 'left.unforced_errors', 'left.total_points_won', 'right.winners'}).
This happened while the csv dataset builder was generating data using
hf://datasets/georgiyozhegov/tennis/players.csv (at revision 832996108821e518ceb55c774aa9932212d9d9e9), [/tmp/hf-datasets-cache/medium/datasets/26270305357849-config-parquet-and-info-georgiyozhegov-tennis-b8c3b185/hub/datasets--georgiyozhegov--tennis/snapshots/832996108821e518ceb55c774aa9932212d9d9e9/matches.csv (origin=hf://datasets/georgiyozhegov/tennis@832996108821e518ceb55c774aa9932212d9d9e9/matches.csv), /tmp/hf-datasets-cache/medium/datasets/26270305357849-config-parquet-and-info-georgiyozhegov-tennis-b8c3b185/hub/datasets--georgiyozhegov--tennis/snapshots/832996108821e518ceb55c774aa9932212d9d9e9/players.csv (origin=hf://datasets/georgiyozhegov/tennis@832996108821e518ceb55c774aa9932212d9d9e9/players.csv)]
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.
date string | url string | left.url string | right.url string | left.score int64 | right.score int64 | stadium string | surface string | duration int64 | left.aces null | right.aces null | left.double_faults null | right.double_faults null | left.serves null | right.serves null | left.first_serve_pct null | right.first_serve_pct null | left.first_serve_win_pct null | right.first_serve_win_pct null | left.second_serve_win_pct null | right.second_serve_win_pct null | left.points_on_serve_pct null | right.points_on_serve_pct null | left.points_on_return_pct null | right.points_on_return_pct null | left.break_point_convertion_pct null | right.break_point_convertion_pct null | left.total_points_won null | right.total_points_won null | left.winners null | right.winners null | left.unforced_errors null | right.unforced_errors null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2023-05-31 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497517/ | https://championat.com/tennis/player/3310.html | https://championat.com/tennis/player/3849.html | 3 | 0 | Ролан Гаррос. Корт 1 | Грунт | 155 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-05-31 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497523/ | https://championat.com/tennis/player/1881.html | https://championat.com/tennis/player/2586.html | 0 | 3 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 137 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497623/ | https://championat.com/tennis/player/1642.html | https://championat.com/tennis/player/2633.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 104 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497615/ | https://championat.com/tennis/player/1977.html | https://championat.com/tennis/player/3043.html | 3 | 2 | Ролан Гаррос. Корт 1 | Грунт | 263 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497551/ | https://championat.com/tennis/player/4089.html | https://championat.com/tennis/player/3444.html | 3 | 0 | Ролан Гаррос. Корт 1 | Грунт | 166 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497547/ | https://championat.com/tennis/player/3286.html | https://championat.com/tennis/player/808.html | 2 | 1 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 145 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497611/ | https://championat.com/tennis/player/6115.html | https://championat.com/tennis/player/1857.html | 1 | 2 | Ролан Гаррос. Корт 1 | Грунт | 163 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497659/ | https://championat.com/tennis/player/3518.html | https://championat.com/tennis/player/5925.html | 2 | 0 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 86 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497681/ | https://championat.com/tennis/player/2605.html | https://championat.com/tennis/player/680.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 89 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 13:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497657/ | https://championat.com/tennis/player/4499.html | https://championat.com/tennis/player/3354.html | 1 | 3 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 185 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 13:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497633/ | https://championat.com/tennis/player/4405.html | https://championat.com/tennis/player/3350.html | 2 | 3 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 326 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 13:55:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497641/ | https://championat.com/tennis/player/1725.html | https://championat.com/tennis/player/3817.html | 0 | 2 | Ролан Гаррос. Корт 1 | Грунт | 128 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 14:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497631/ | https://championat.com/tennis/player/3875.html | https://championat.com/tennis/player/3662.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 89 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 14:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497645/ | https://championat.com/tennis/player/2458.html | https://championat.com/tennis/player/3330.html | 3 | 1 | Ролан Гаррос. Корт 1 | Грунт | 186 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 14:55:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497639/ | https://championat.com/tennis/player/3618.html | https://championat.com/tennis/player/6609.html | 0 | 2 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 77 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 15:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497673/ | https://championat.com/tennis/player/3502.html | https://championat.com/tennis/player/628.html | 0 | 3 | Ролан Гаррос. Корт 1 | Грунт | 168 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 15:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497545/ | https://championat.com/tennis/player/2466.html | https://championat.com/tennis/player/1764.html | 2 | 1 | Ролан Гаррос. Корт 1 | Грунт | 133 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 15:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497679/ | https://championat.com/tennis/player/1742.html | https://championat.com/tennis/player/3881.html | 1 | 3 | Ролан Гаррос. Корт 1 | Грунт | 175 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 16:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497609/ | https://championat.com/tennis/player/5963.html | https://championat.com/tennis/player/2795.html | 0 | 3 | Ролан Гаррос. Корт 1 | Грунт | 141 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 16:35:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497675/ | https://championat.com/tennis/player/3260.html | https://championat.com/tennis/player/2765.html | 2 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 89 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 16:35:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497619/ | https://championat.com/tennis/player/1963.html | https://championat.com/tennis/player/2362.html | 1 | 3 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 163 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 16:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497625/ | https://championat.com/tennis/player/2217.html | https://championat.com/tennis/player/2067.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 62 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 17:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497655/ | https://championat.com/tennis/player/3750.html | https://championat.com/tennis/player/4131.html | 3 | 1 | Ролан Гаррос. Корт 1 | Грунт | 200 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 17:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497643/ | https://championat.com/tennis/player/2743.html | https://championat.com/tennis/player/2598.html | 1 | 3 | Ролан Гаррос. Корт 1 | Грунт | 184 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 18:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497663/ | https://championat.com/tennis/player/3478.html | https://championat.com/tennis/player/3732.html | 0 | 2 | Ролан Гаррос. Корт 1 | Грунт | 95 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 18:25:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497621/ | https://championat.com/tennis/player/2452.html | https://championat.com/tennis/player/4367.html | 3 | 0 | Ролан Гаррос. Корт 1 | Грунт | 103 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 18:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497647/ | https://championat.com/tennis/player/2538.html | https://championat.com/tennis/player/1298.html | 0 | 2 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 71 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 19:45:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497685/ | https://championat.com/tennis/player/4369.html | https://championat.com/tennis/player/3226.html | 3 | 0 | Ролан Гаррос. Корт 1 | Грунт | 154 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 19:45:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497653/ | https://championat.com/tennis/player/4259.html | https://championat.com/tennis/player/3730.html | 0 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 67 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 21:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497677/ | https://championat.com/tennis/player/3949.html | https://championat.com/tennis/player/2474.html | 1 | 3 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 169 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 21:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497683/ | https://championat.com/tennis/player/3384.html | https://championat.com/tennis/player/4407.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 69 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-01 21:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497651/ | https://championat.com/tennis/player/1951.html | https://championat.com/tennis/player/3688.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 118 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 12:05:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497713/ | https://championat.com/tennis/player/5026.html | https://championat.com/tennis/player/1902.html | 0 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 55 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 12:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497743/ | https://championat.com/tennis/player/2030.html | https://championat.com/tennis/player/1807.html | 3 | 1 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 222 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 13:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497701/ | https://championat.com/tennis/player/1825.html | https://championat.com/tennis/player/1473.html | 2 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 82 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 13:25:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497753/ | https://championat.com/tennis/player/2947.html | https://championat.com/tennis/player/2131.html | 3 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 223 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 13:45:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497725/ | https://championat.com/tennis/player/536.html | https://championat.com/tennis/player/2690.html | 2 | 1 | Ролан Гаррос. Корт 1 | Грунт | 111 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 14:45:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497751/ | https://championat.com/tennis/player/4439.html | https://championat.com/tennis/player/3079.html | 0 | 2 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 67 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 15:55:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497703/ | https://championat.com/tennis/player/252.html | https://championat.com/tennis/player/3310.html | 2 | 3 | Ролан Гаррос. Корт 1 | Грунт | 235 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 16:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497761/ | https://championat.com/tennis/player/83.html | https://championat.com/tennis/player/3746.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 216 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 16:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497717/ | https://championat.com/tennis/player/2694.html | https://championat.com/tennis/player/1555.html | 1 | 2 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 137 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 17:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497759/ | https://championat.com/tennis/player/4341.html | https://championat.com/tennis/player/6131.html | 1 | 2 | Ролан Гаррос. Корт 1 | Грунт | 140 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 17:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497731/ | https://championat.com/tennis/player/1030.html | https://championat.com/tennis/player/1156.html | 2 | 1 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 143 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 19:05:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497755/ | https://championat.com/tennis/player/4423.html | https://championat.com/tennis/player/3298.html | 3 | 0 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 129 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 20:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497723/ | https://championat.com/tennis/player/1841.html | https://championat.com/tennis/player/2586.html | 0 | 3 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 124 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 20:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497757/ | https://championat.com/tennis/player/3588.html | https://championat.com/tennis/player/3152.html | 3 | 2 | Ролан Гаррос. Корт 1 | Грунт | 232 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 21:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497745/ | https://championat.com/tennis/player/4701.html | https://championat.com/tennis/player/3204.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 130 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-02 21:40:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497735/ | https://championat.com/tennis/player/3744.html | https://championat.com/tennis/player/863.html | 2 | 0 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 93 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497799/ | https://championat.com/tennis/player/2795.html | https://championat.com/tennis/player/3354.html | 1 | 3 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 155 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 12:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497801/ | https://championat.com/tennis/player/2458.html | https://championat.com/tennis/player/3881.html | 3 | 2 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 219 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 14:05:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497779/ | https://championat.com/tennis/player/1977.html | https://championat.com/tennis/player/4089.html | 0 | 3 | Ролан Гаррос. Корт 1 | Грунт | 181 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 14:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497815/ | https://championat.com/tennis/player/4987.html | https://championat.com/tennis/player/3750.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 119 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 14:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497821/ | https://championat.com/tennis/player/2598.html | https://championat.com/tennis/player/2452.html | 3 | 1 | Ролан Гаррос. Корт 1 | Грунт | 175 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 15:05:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497817/ | https://championat.com/tennis/player/6609.html | https://championat.com/tennis/player/3730.html | 1 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 123 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 16:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497789/ | https://championat.com/tennis/player/2217.html | https://championat.com/tennis/player/1857.html | 1 | 2 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 169 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 16:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497793/ | https://championat.com/tennis/player/3260.html | https://championat.com/tennis/player/3817.html | 2 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 51 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 17:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497787/ | https://championat.com/tennis/player/3875.html | https://championat.com/tennis/player/2466.html | 0 | 2 | Ролан Гаррос. Корт 1 | Грунт | 101 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 17:25:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497769/ | https://championat.com/tennis/player/1642.html | https://championat.com/tennis/player/3286.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 79 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 17:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497829/ | https://championat.com/tennis/player/4369.html | https://championat.com/tennis/player/2474.html | 3 | 1 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 170 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 19:25:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497825/ | https://championat.com/tennis/player/3384.html | https://championat.com/tennis/player/923.html | 0 | 2 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 62 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 20:45:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497811/ | https://championat.com/tennis/player/3732.html | https://championat.com/tennis/player/1298.html | 1 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 132 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 20:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497803/ | https://championat.com/tennis/player/3350.html | https://championat.com/tennis/player/628.html | 0 | 3 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 127 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-03 21:35:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497827/ | https://championat.com/tennis/player/1951.html | https://championat.com/tennis/player/2362.html | 3 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 222 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497845/ | https://championat.com/tennis/player/2030.html | https://championat.com/tennis/player/2947.html | 3 | 1 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 209 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497837/ | https://championat.com/tennis/player/536.html | https://championat.com/tennis/player/1825.html | 2 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 189 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 15:45:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497875/ | https://championat.com/tennis/player/83.html | https://championat.com/tennis/player/3588.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 117 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 16:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497871/ | https://championat.com/tennis/player/3744.html | https://championat.com/tennis/player/6131.html | 2 | 0 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 98 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 18:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497855/ | https://championat.com/tennis/player/1555.html | https://championat.com/tennis/player/1902.html | 2 | 0 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 117 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 18:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497873/ | https://championat.com/tennis/player/4701.html | https://championat.com/tennis/player/4423.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 129 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 20:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497869/ | https://championat.com/tennis/player/3310.html | https://championat.com/tennis/player/2586.html | 0 | 3 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 108 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-04 21:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497863/ | https://championat.com/tennis/player/1030.html | https://championat.com/tennis/player/3079.html | 0 | 2 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 101 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497895/ | https://championat.com/tennis/player/2605.html | https://championat.com/tennis/player/1857.html | 1 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 231 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497905/ | https://championat.com/tennis/player/2466.html | https://championat.com/tennis/player/1298.html | 0 | 2 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 63 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 13:35:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497887/ | https://championat.com/tennis/player/2598.html | https://championat.com/tennis/player/3354.html | 0 | 3 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 201 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 16:25:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497897/ | https://championat.com/tennis/player/4987.html | https://championat.com/tennis/player/4369.html | 3 | 2 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 239 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 17:20:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497893/ | https://championat.com/tennis/player/1642.html | https://championat.com/tennis/player/3730.html | 0 | 2 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 92 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 21:35:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497907/ | https://championat.com/tennis/player/628.html | https://championat.com/tennis/player/1951.html | 0 | 3 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 137 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-05 21:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497889/ | https://championat.com/tennis/player/4089.html | https://championat.com/tennis/player/2458.html | 3 | 0 | Ролан Гаррос. Корт Сюзанн Ленглен | Грунт | 124 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-06 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497919/ | https://championat.com/tennis/player/3744.html | https://championat.com/tennis/player/536.html | 2 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 98 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-06 14:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497933/ | https://championat.com/tennis/player/1555.html | https://championat.com/tennis/player/3079.html | 0 | 2 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 97 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-06 16:15:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497921/ | https://championat.com/tennis/player/83.html | https://championat.com/tennis/player/2030.html | 3 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 219 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-06 21:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497931/ | https://championat.com/tennis/player/4701.html | https://championat.com/tennis/player/2586.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 133 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-07 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497937/ | https://championat.com/tennis/player/1857.html | https://championat.com/tennis/player/1298.html | 2 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 149 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-07 15:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497943/ | https://championat.com/tennis/player/3260.html | https://championat.com/tennis/player/3730.html | 2 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 89 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-07 17:00:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497947/ | https://championat.com/tennis/player/1951.html | https://championat.com/tennis/player/4089.html | 3 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 202 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-07 21:30:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497941/ | https://championat.com/tennis/player/4987.html | https://championat.com/tennis/player/3354.html | 1 | 3 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 165 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-08 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79951/match/1497961/ | https://championat.com/tennis/player/7171.html | https://championat.com/tennis/player/6995.html | 0 | 2 | Ролан Гаррос. Корт 1 | Грунт | 74 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-08 12:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79951/match/1497965/ | https://championat.com/tennis/player/7177.html | https://championat.com/tennis/player/6789.html | 2 | 0 | Ролан Гаррос. Корт 1 | Грунт | 98 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-08 14:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79951/match/1497963/ | https://championat.com/tennis/player/7175.html | https://championat.com/tennis/player/7173.html | 1 | 2 | Ролан Гаррос. Корт 1 | Грунт | 127 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-08 15:40:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79951/match/1497967/ | https://championat.com/tennis/player/6997.html | https://championat.com/tennis/player/7169.html | 1 | 2 | Ролан Гаррос. Корт 1 | Грунт | 141 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-08 16:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497949/ | https://championat.com/tennis/player/3744.html | https://championat.com/tennis/player/3079.html | 2 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 193 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-08 19:50:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497969/ | https://championat.com/tennis/player/3260.html | https://championat.com/tennis/player/1857.html | 2 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 130 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-09 16:05:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497957/ | https://championat.com/tennis/player/4701.html | https://championat.com/tennis/player/83.html | 1 | 3 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 203 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-09 20:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497975/ | https://championat.com/tennis/player/3354.html | https://championat.com/tennis/player/1951.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 129 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-10 12:05:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79951/match/1497987/ | https://championat.com/tennis/player/7169.html | https://championat.com/tennis/player/6995.html | 0 | 2 | Ролан Гаррос. Корт Симоны Матьё | Грунт | 98 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-10 16:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79765/match/1497983/ | https://championat.com/tennis/player/3260.html | https://championat.com/tennis/player/3744.html | 2 | 1 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 167 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-11 16:10:00+03:00 | https://championat.com/tennis/_grandslam/tournament/79763/match/1497989/ | https://championat.com/tennis/player/83.html | https://championat.com/tennis/player/3354.html | 3 | 0 | Ролан Гаррос. Корт Филиппа Шатрье | Грунт | 194 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-12 12:05:00+03:00 | https://championat.com/tennis/_wta/tournament/79777/match/1498021/ | https://championat.com/tennis/player/2488.html | https://championat.com/tennis/player/3815.html | 2 | 1 | Аутотрон Росмален. Третий корт | Трава | 146 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-12 12:10:00+03:00 | https://championat.com/tennis/_atp/tournament/79773/match/1498037/ | https://championat.com/tennis/player/2452.html | https://championat.com/tennis/player/4367.html | 1 | 2 | Вайссенхоф. Центральный корт | Трава | 104 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
2023-06-12 12:10:00+03:00 | https://championat.com/tennis/_atp/tournament/79775/match/1497995/ | https://championat.com/tennis/player/3861.html | https://championat.com/tennis/player/4375.html | 2 | 0 | Аутотрон Росмален. Первый корт | Трава | 99 | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
End of preview.