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 21 new columns ({'team2', 'balls_per_over', 'event_name', 'toss_decision', 'win_by_runs', 'result', 'match_number', 'season', 'win_by_wickets', 'city', 'team_type', 'match_winner', 'venue', 'overs', 'match_type', 'toss_winner', 'match_date', 'gender', 'format', 'team1', 'player_of_match'}) and 28 missing columns ({'team_batting', 'is_no_ball', 'wicket_kind', 'bye_runs', 'player_out', 'batter', 'fielders_involved', 'batsman_type', 'is_leg_bye', 'no_ball_runs', 'team_bowling', 'bowler', 'over_number', 'non_striker', 'innings', 'is_bye', 'is_penalty', 'wide_ball_runs', 'batter_runs', 'ball_number', 'extras', 'penalty_runs', 'is_super_over', 'is_wide_ball', 'bowler_type', 'is_wicket', 'total_runs', 'leg_bye_runs'}).
This happened while the csv dataset builder was generating data using
hf://datasets/ajay2u4a/pi/ipl_matches_data.csv (at revision 16547ddd917f9b21526d377b1cb41f6d94bdf522)
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
match_id: int64
season_id: int64
balls_per_over: int64
city: string
match_date: string
event_name: string
match_number: double
gender: string
match_type: string
format: string
overs: int64
season: string
team_type: string
venue: string
toss_winner: int64
team1: int64
team2: int64
toss_decision: string
match_winner: int64
win_by_runs: double
win_by_wickets: double
player_of_match: double
result: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 2954
to
{'season_id': Value('int64'), 'match_id': Value('int64'), 'batter': Value('string'), 'bowler': Value('string'), 'non_striker': Value('string'), 'team_batting': Value('int64'), 'team_bowling': Value('int64'), 'over_number': Value('int64'), 'ball_number': Value('int64'), 'batter_runs': Value('int64'), 'extras': Value('int64'), 'total_runs': Value('int64'), 'batsman_type': Value('string'), 'bowler_type': Value('string'), 'player_out': Value('string'), 'fielders_involved': Value('string'), 'is_wicket': Value('bool'), 'is_wide_ball': Value('bool'), 'is_no_ball': Value('bool'), 'is_leg_bye': Value('bool'), 'is_bye': Value('bool'), 'is_penalty': Value('bool'), 'wide_ball_runs': Value('int64'), 'no_ball_runs': Value('int64'), 'leg_bye_runs': Value('int64'), 'bye_runs': Value('int64'), 'penalty_runs': Value('int64'), 'wicket_kind': Value('string'), 'is_super_over': Value('bool'), 'innings': Value('int64')}
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 21 new columns ({'team2', 'balls_per_over', 'event_name', 'toss_decision', 'win_by_runs', 'result', 'match_number', 'season', 'win_by_wickets', 'city', 'team_type', 'match_winner', 'venue', 'overs', 'match_type', 'toss_winner', 'match_date', 'gender', 'format', 'team1', 'player_of_match'}) and 28 missing columns ({'team_batting', 'is_no_ball', 'wicket_kind', 'bye_runs', 'player_out', 'batter', 'fielders_involved', 'batsman_type', 'is_leg_bye', 'no_ball_runs', 'team_bowling', 'bowler', 'over_number', 'non_striker', 'innings', 'is_bye', 'is_penalty', 'wide_ball_runs', 'batter_runs', 'ball_number', 'extras', 'penalty_runs', 'is_super_over', 'is_wide_ball', 'bowler_type', 'is_wicket', 'total_runs', 'leg_bye_runs'}).
This happened while the csv dataset builder was generating data using
hf://datasets/ajay2u4a/pi/ipl_matches_data.csv (at revision 16547ddd917f9b21526d377b1cb41f6d94bdf522)
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.
season_id int64 | match_id int64 | batter string | bowler string | non_striker string | team_batting int64 | team_bowling int64 | over_number int64 | ball_number int64 | batter_runs int64 | extras int64 | total_runs int64 | batsman_type string | bowler_type string | player_out null | fielders_involved null | is_wicket bool | is_wide_ball bool | is_no_ball bool | is_leg_bye bool | is_bye bool | is_penalty bool | wide_ball_runs int64 | no_ball_runs int64 | leg_bye_runs int64 | bye_runs int64 | penalty_runs int64 | wicket_kind null | is_super_over bool | innings int64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 0 | 0 | 0 | 1 | 1 | Left hand Bat | Right arm Medium | null | null | false | false | false | true | false | false | 0 | 0 | 1 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 0 | 1 | 0 | 0 | 0 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 0 | 2 | 0 | 1 | 1 | Right hand Bat | Right arm Medium | null | null | false | true | false | false | false | false | 1 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 0 | 3 | 0 | 0 | 0 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 0 | 4 | 0 | 0 | 0 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 0 | 5 | 0 | 0 | 0 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 0 | 6 | 0 | 1 | 1 | Right hand Bat | Right arm Medium | null | null | false | false | false | true | false | false | 0 | 0 | 1 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 1 | 0 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 1 | 1 | 4 | 0 | 4 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 1 | 2 | 4 | 0 | 4 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 1 | 3 | 6 | 0 | 6 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 1 | 4 | 4 | 0 | 4 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 1 | 5 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 2 | 0 | 0 | 0 | 0 | Left hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 2 | 1 | 0 | 0 | 0 | Left hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 2 | 2 | 0 | 1 | 1 | Left hand Bat | Right arm Medium | null | null | false | false | false | true | false | false | 0 | 0 | 1 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 2 | 3 | 4 | 0 | 4 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 2 | 4 | 1 | 0 | 1 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 2 | 5 | 0 | 0 | 0 | Left hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | SC Ganguly | 6 | 1 | 3 | 0 | 0 | 5 | 5 | Right hand Bat | Right arm Fast medium | null | null | false | true | false | false | false | false | 5 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | SC Ganguly | 6 | 1 | 3 | 1 | 6 | 0 | 6 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | SC Ganguly | 6 | 1 | 3 | 2 | 0 | 1 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | true | false | false | 0 | 0 | 1 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | AA Noffke | BB McCullum | 6 | 1 | 3 | 3 | 4 | 0 | 4 | Left hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | AA Noffke | BB McCullum | 6 | 1 | 3 | 4 | 0 | 0 | 0 | Left hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | AA Noffke | BB McCullum | 6 | 1 | 3 | 5 | 1 | 0 | 1 | Left hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | SC Ganguly | 6 | 1 | 3 | 6 | 6 | 0 | 6 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 4 | 0 | 4 | 0 | 4 | Left hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 4 | 1 | 1 | 0 | 1 | Left hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 4 | 2 | 4 | 0 | 4 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 4 | 3 | 0 | 0 | 0 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | P Kumar | SC Ganguly | 6 | 1 | 4 | 4 | 1 | 0 | 1 | Right hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | P Kumar | BB McCullum | 6 | 1 | 4 | 5 | 0 | 0 | 0 | Left hand Bat | Right arm Medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | SC Ganguly | 6 | 1 | 5 | 0 | 1 | 0 | 1 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | SC Ganguly | Z Khan | BB McCullum | 6 | 1 | 5 | 1 | 0 | 0 | 0 | Left hand Bat | Left arm Fast medium | null | null | true | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | Z Khan | BB McCullum | 6 | 1 | 5 | 2 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | Z Khan | BB McCullum | 6 | 1 | 5 | 3 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | Z Khan | BB McCullum | 6 | 1 | 5 | 4 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | Z Khan | BB McCullum | 6 | 1 | 5 | 5 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | RT Ponting | 6 | 1 | 6 | 0 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | AA Noffke | BB McCullum | 6 | 1 | 6 | 1 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | RT Ponting | 6 | 1 | 6 | 2 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | AA Noffke | BB McCullum | 6 | 1 | 6 | 3 | 2 | 0 | 2 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | AA Noffke | BB McCullum | 6 | 1 | 6 | 4 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | RT Ponting | 6 | 1 | 6 | 5 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | RT Ponting | 6 | 1 | 7 | 0 | 0 | 0 | 0 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | RT Ponting | 6 | 1 | 7 | 1 | 1 | 0 | 1 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | Z Khan | BB McCullum | 6 | 1 | 7 | 2 | 1 | 0 | 1 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | RT Ponting | 6 | 1 | 7 | 3 | 1 | 0 | 1 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | Z Khan | BB McCullum | 6 | 1 | 7 | 4 | 1 | 0 | 1 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | Z Khan | RT Ponting | 6 | 1 | 7 | 5 | 1 | 0 | 1 | Right hand Bat | Left arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | RT Ponting | 6 | 1 | 8 | 0 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | RT Ponting | 6 | 1 | 8 | 1 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | RT Ponting | 6 | 1 | 8 | 2 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | RT Ponting | 6 | 1 | 8 | 3 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 8 | 4 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | RT Ponting | 6 | 1 | 8 | 5 | 2 | 0 | 2 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | SB Joshi | BB McCullum | 6 | 1 | 9 | 0 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 9 | 1 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | SB Joshi | BB McCullum | 6 | 1 | 9 | 2 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 9 | 3 | 0 | 0 | 0 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 9 | 4 | 6 | 0 | 6 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 9 | 5 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | RT Ponting | 6 | 1 | 10 | 0 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 10 | 1 | 4 | 0 | 4 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 10 | 2 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 10 | 3 | 6 | 0 | 6 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 10 | 4 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 10 | 5 | 0 | 4 | 4 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | true | false | 0 | 0 | 0 | 4 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 11 | 0 | 0 | 0 | 0 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 11 | 1 | 6 | 0 | 6 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 11 | 2 | 2 | 0 | 2 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | RT Ponting | 6 | 1 | 11 | 3 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | SB Joshi | BB McCullum | 6 | 1 | 11 | 4 | 0 | 0 | 0 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | SB Joshi | BB McCullum | 6 | 1 | 11 | 5 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | RT Ponting | JH Kallis | BB McCullum | 6 | 1 | 12 | 0 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | true | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | DJ Hussey | 6 | 1 | 12 | 1 | 4 | 0 | 4 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | DJ Hussey | 6 | 1 | 12 | 2 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | DJ Hussey | 6 | 1 | 12 | 3 | 2 | 0 | 2 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | DJ Hussey | 6 | 1 | 12 | 4 | 0 | 1 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | true | false | false | false | false | 1 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | DJ Hussey | 6 | 1 | 12 | 5 | 4 | 0 | 4 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | JH Kallis | DJ Hussey | 6 | 1 | 12 | 6 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | DJ Hussey | 6 | 1 | 13 | 0 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | SB Joshi | BB McCullum | 6 | 1 | 13 | 1 | 0 | 0 | 0 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | SB Joshi | BB McCullum | 6 | 1 | 13 | 2 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | DJ Hussey | 6 | 1 | 13 | 3 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | SB Joshi | BB McCullum | 6 | 1 | 13 | 4 | 1 | 0 | 1 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | SB Joshi | DJ Hussey | 6 | 1 | 13 | 5 | 2 | 0 | 2 | Right hand Bat | Slow Left arm Orthodox | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | CL White | BB McCullum | 6 | 1 | 14 | 0 | 4 | 0 | 4 | Right hand Bat | Legbreak Googly | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | CL White | BB McCullum | 6 | 1 | 14 | 1 | 1 | 0 | 1 | Right hand Bat | Legbreak Googly | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | CL White | DJ Hussey | 6 | 1 | 14 | 2 | 6 | 0 | 6 | Right hand Bat | Legbreak Googly | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | CL White | DJ Hussey | 6 | 1 | 14 | 3 | 4 | 0 | 4 | Right hand Bat | Legbreak Googly | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | CL White | DJ Hussey | 6 | 1 | 14 | 4 | 0 | 2 | 2 | Right hand Bat | Legbreak Googly | null | null | false | true | false | false | false | false | 2 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | CL White | BB McCullum | 6 | 1 | 14 | 5 | 1 | 0 | 1 | Right hand Bat | Legbreak Googly | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | CL White | DJ Hussey | 6 | 1 | 14 | 6 | 6 | 0 | 6 | Right hand Bat | Legbreak Googly | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | AA Noffke | BB McCullum | 6 | 1 | 15 | 0 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | AA Noffke | BB McCullum | 6 | 1 | 15 | 1 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | DJ Hussey | 6 | 1 | 15 | 2 | 2 | 0 | 2 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | DJ Hussey | 6 | 1 | 15 | 3 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | BB McCullum | AA Noffke | DJ Hussey | 6 | 1 | 15 | 4 | 1 | 0 | 1 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
2,008 | 335,982 | DJ Hussey | AA Noffke | BB McCullum | 6 | 1 | 15 | 5 | 0 | 0 | 0 | Right hand Bat | Right arm Fast medium | null | null | false | false | false | false | false | false | 0 | 0 | 0 | 0 | 0 | null | false | 1 |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 23