Dataset Preview
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 18 new columns ({'toss_winner', 'id', 'win_by_runs', 'result', 'date', 'season', 'umpire3', 'toss_decision', 'dl_applied', 'team2', 'venue', 'umpire1', 'umpire2', 'city', 'team1', 'winner', 'win_by_wickets', 'player_of_match'}) and 21 missing columns ({'dismissal_kind', 'legbye_runs', 'bye_runs', 'noball_runs', 'match_id', 'player_dismissed', 'fielder', 'over', 'ball', 'wide_runs', 'is_super_over', 'total_runs', 'penalty_runs', 'batsman', 'bowling_team', 'bowler', 'inning', 'non_striker', 'extra_runs', 'batting_team', 'batsman_runs'}).
This happened while the csv dataset builder was generating data using
hf://datasets/nateraw/ipldataset/matches.csv (at revision 00dbdb812907c1a3216e0c17e1ee062b5a9b9c26)
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 2011, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, 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 2302, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
id: int64
season: int64
city: string
date: string
team1: string
team2: string
toss_winner: string
toss_decision: string
result: string
dl_applied: int64
winner: string
win_by_runs: int64
win_by_wickets: int64
player_of_match: string
venue: string
umpire1: string
umpire2: string
umpire3: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2322
to
{'match_id': Value(dtype='int64', id=None), 'inning': Value(dtype='int64', id=None), 'batting_team': Value(dtype='string', id=None), 'bowling_team': Value(dtype='string', id=None), 'over': Value(dtype='int64', id=None), 'ball': Value(dtype='int64', id=None), 'batsman': Value(dtype='string', id=None), 'non_striker': Value(dtype='string', id=None), 'bowler': Value(dtype='string', id=None), 'is_super_over': Value(dtype='int64', id=None), 'wide_runs': Value(dtype='int64', id=None), 'bye_runs': Value(dtype='int64', id=None), 'legbye_runs': Value(dtype='int64', id=None), 'noball_runs': Value(dtype='int64', id=None), 'penalty_runs': Value(dtype='int64', id=None), 'batsman_runs': Value(dtype='int64', id=None), 'extra_runs': Value(dtype='int64', id=None), 'total_runs': Value(dtype='int64', id=None), 'player_dismissed': Value(dtype='string', id=None), 'dismissal_kind': Value(dtype='string', id=None), 'fielder': Value(dtype='string', id=None)}
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 1321, 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 935, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, 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 1882, 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 2013, 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 18 new columns ({'toss_winner', 'id', 'win_by_runs', 'result', 'date', 'season', 'umpire3', 'toss_decision', 'dl_applied', 'team2', 'venue', 'umpire1', 'umpire2', 'city', 'team1', 'winner', 'win_by_wickets', 'player_of_match'}) and 21 missing columns ({'dismissal_kind', 'legbye_runs', 'bye_runs', 'noball_runs', 'match_id', 'player_dismissed', 'fielder', 'over', 'ball', 'wide_runs', 'is_super_over', 'total_runs', 'penalty_runs', 'batsman', 'bowling_team', 'bowler', 'inning', 'non_striker', 'extra_runs', 'batting_team', 'batsman_runs'}).
This happened while the csv dataset builder was generating data using
hf://datasets/nateraw/ipldataset/matches.csv (at revision 00dbdb812907c1a3216e0c17e1ee062b5a9b9c26)
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.
match_id int64 | inning int64 | batting_team string | bowling_team string | over int64 | ball int64 | batsman string | non_striker string | bowler string | is_super_over int64 | wide_runs int64 | bye_runs int64 | legbye_runs int64 | noball_runs int64 | penalty_runs int64 | batsman_runs int64 | extra_runs int64 | total_runs int64 | player_dismissed null | dismissal_kind null | fielder null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 1 | DA Warner | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 2 | DA Warner | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 3 | DA Warner | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 4 | DA Warner | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 5 | DA Warner | S Dhawan | TS Mills | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 6 | S Dhawan | DA Warner | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 1 | 7 | S Dhawan | DA Warner | TS Mills | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 1 | S Dhawan | DA Warner | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 2 | DA Warner | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 3 | DA Warner | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 4 | DA Warner | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 6 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 5 | DA Warner | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 6 | MC Henriques | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 2 | 7 | MC Henriques | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 3 | 1 | S Dhawan | MC Henriques | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 3 | 2 | MC Henriques | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 3 | 3 | MC Henriques | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 3 | 4 | MC Henriques | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 3 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 3 | 5 | S Dhawan | MC Henriques | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 3 | 6 | MC Henriques | S Dhawan | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 4 | 1 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 4 | 2 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 4 | 3 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 4 | 4 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 4 | 5 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 4 | 6 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 5 | 1 | S Dhawan | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 5 | 2 | MC Henriques | S Dhawan | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 5 | 3 | S Dhawan | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 5 | 4 | MC Henriques | S Dhawan | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 5 | 5 | MC Henriques | S Dhawan | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 5 | 6 | MC Henriques | S Dhawan | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 6 | 1 | S Dhawan | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 6 | 2 | S Dhawan | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 6 | 3 | S Dhawan | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 6 | 4 | S Dhawan | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 6 | 5 | S Dhawan | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 6 | 6 | S Dhawan | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 7 | 1 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 7 | 2 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 7 | 3 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 7 | 4 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 7 | 5 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 7 | 6 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 8 | 1 | S Dhawan | MC Henriques | TM Head | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 8 | 2 | MC Henriques | S Dhawan | TM Head | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 8 | 3 | S Dhawan | MC Henriques | TM Head | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 8 | 4 | MC Henriques | S Dhawan | TM Head | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 6 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 8 | 5 | MC Henriques | S Dhawan | TM Head | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 8 | 6 | S Dhawan | MC Henriques | TM Head | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 9 | 1 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 9 | 2 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 9 | 3 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 9 | 4 | S Dhawan | MC Henriques | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 9 | 5 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 9 | 6 | MC Henriques | S Dhawan | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 10 | 1 | S Dhawan | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 10 | 2 | S Dhawan | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 10 | 3 | MC Henriques | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 10 | 4 | S Dhawan | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 10 | 5 | MC Henriques | S Dhawan | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 10 | 6 | S Dhawan | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 11 | 1 | MC Henriques | S Dhawan | STR Binny | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 11 | 2 | S Dhawan | MC Henriques | STR Binny | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 11 | 3 | S Dhawan | MC Henriques | STR Binny | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 11 | 4 | MC Henriques | Yuvraj Singh | STR Binny | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 11 | 5 | Yuvraj Singh | MC Henriques | STR Binny | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 11 | 6 | Yuvraj Singh | MC Henriques | STR Binny | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 12 | 1 | MC Henriques | Yuvraj Singh | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 12 | 2 | Yuvraj Singh | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 12 | 3 | Yuvraj Singh | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 12 | 4 | MC Henriques | Yuvraj Singh | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 12 | 5 | Yuvraj Singh | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 12 | 6 | Yuvraj Singh | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 1 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 2 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 6 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 3 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 4 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 5 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 6 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 2 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 13 | 7 | Yuvraj Singh | MC Henriques | A Choudhary | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 14 | 1 | Yuvraj Singh | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 14 | 2 | Yuvraj Singh | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 14 | 3 | MC Henriques | Yuvraj Singh | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 14 | 4 | Yuvraj Singh | MC Henriques | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 14 | 5 | MC Henriques | Yuvraj Singh | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 14 | 6 | MC Henriques | Yuvraj Singh | SR Watson | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 15 | 1 | MC Henriques | Yuvraj Singh | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 0 | 4 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 15 | 2 | MC Henriques | Yuvraj Singh | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 15 | 3 | Yuvraj Singh | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 6 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 15 | 4 | Yuvraj Singh | MC Henriques | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 15 | 5 | MC Henriques | Yuvraj Singh | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 0 | 6 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 15 | 6 | MC Henriques | Yuvraj Singh | S Aravind | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 16 | 1 | MC Henriques | Yuvraj Singh | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 16 | 2 | MC Henriques | Yuvraj Singh | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 16 | 3 | Yuvraj Singh | DJ Hooda | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 16 | 4 | DJ Hooda | Yuvraj Singh | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 16 | 5 | Yuvraj Singh | DJ Hooda | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 16 | 6 | DJ Hooda | Yuvraj Singh | YS Chahal | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
1 | 1 | Sunrisers Hyderabad | Royal Challengers Bangalore | 17 | 1 | DJ Hooda | Yuvraj Singh | TS Mills | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | null | null | null |
End of preview.
No dataset card yet
- Downloads last month
- 29