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 28 new columns ({'fastball_pv', 'curveball_pv', 'changeup_fv', 'slider_pv', 'fastball_fv', 'risk_input', 'fullName', 'height', 'throws', 'fv', 'slider_fv', 'changeup_pv', 'splitter_pv', 'eta', 'risk', 'bats', 'last_updated', 'cutter_fv', 'curveball_fv', 'birthDate', 'position', 'report', 'command_fv', 'splitter_fv', 'cutter_pv', 'weight', 'command_pv', 'player_id'}) and 6 missing columns ({'Rank', 'Matches', 'Win %', 'ELO', 'Wins', 'Player'}).
This happened while the csv dataset builder was generating data using
hf://datasets/TJStatsApps/scouting_reports/scouting_reports.csv (at revision 6d211ad6f92716f55f61a04e0bd13b4be22f6f06), [/tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/elo_rankings.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/elo_rankings.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports_batters.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports_batters.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_bio.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_bio.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_rankings_app.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_rankings_app.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
player_id: int64
fullName: string
eta: double
risk: string
fv: double
fastball_pv: double
fastball_fv: double
cutter_pv: double
cutter_fv: double
slider_pv: double
slider_fv: double
curveball_pv: double
curveball_fv: double
changeup_pv: double
changeup_fv: double
splitter_pv: double
splitter_fv: double
command_pv: double
command_fv: double
report: string
last_updated: string
risk_input: double
position: string
height: string
weight: double
bats: string
throws: string
birthDate: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3554
to
{'Rank': Value('int64'), 'Player': Value('string'), 'ELO': Value('int64'), 'Matches': Value('int64'), 'Wins': Value('int64'), 'Win %': 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 28 new columns ({'fastball_pv', 'curveball_pv', 'changeup_fv', 'slider_pv', 'fastball_fv', 'risk_input', 'fullName', 'height', 'throws', 'fv', 'slider_fv', 'changeup_pv', 'splitter_pv', 'eta', 'risk', 'bats', 'last_updated', 'cutter_fv', 'curveball_fv', 'birthDate', 'position', 'report', 'command_fv', 'splitter_fv', 'cutter_pv', 'weight', 'command_pv', 'player_id'}) and 6 missing columns ({'Rank', 'Matches', 'Win %', 'ELO', 'Wins', 'Player'}).
This happened while the csv dataset builder was generating data using
hf://datasets/TJStatsApps/scouting_reports/scouting_reports.csv (at revision 6d211ad6f92716f55f61a04e0bd13b4be22f6f06), [/tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/elo_rankings.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/elo_rankings.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports_batters.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/scouting_reports_batters.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_bio.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_bio.csv), /tmp/hf-datasets-cache/medium/datasets/87367780015343-config-parquet-and-info-TJStatsApps-scouting_repo-f99f4618/hub/datasets--TJStatsApps--scouting_reports/snapshots/6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_rankings_app.csv (origin=hf://datasets/TJStatsApps/scouting_reports@6d211ad6f92716f55f61a04e0bd13b4be22f6f06/top_100_rankings_app.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.
Rank int64 | Player string | ELO int64 | Matches int64 | Wins int64 | Win % float64 |
|---|---|---|---|---|---|
1 | Kevin McGonigle | 1,810 | 67 | 65 | 97 |
2 | Chase Burns | 1,737 | 174 | 150 | 86.2 |
3 | Jacob Misiorowski | 1,692 | 236 | 195 | 82.6 |
4 | Konnor Griffin | 1,585 | 44 | 41 | 93.2 |
5 | Jesus Made | 1,550 | 52 | 42 | 80.8 |
6 | Max Clark | 1,508 | 31 | 28 | 90.3 |
7 | Luis Pena | 1,481 | 28 | 24 | 85.7 |
8 | Bubba Chandler | 1,478 | 42 | 33 | 78.6 |
9 | JJ Wetherholt | 1,477 | 54 | 42 | 77.8 |
10 | Samuel Basallo | 1,473 | 52 | 41 | 78.8 |
11 | Josue Briceno | 1,443 | 42 | 33 | 78.6 |
12 | Marcelo Mayer | 1,436 | 45 | 32 | 71.1 |
13 | Carson Benge | 1,436 | 60 | 43 | 71.7 |
14 | Leodalis De Vries | 1,435 | 54 | 37 | 68.5 |
15 | Sebastian Walcott | 1,434 | 55 | 38 | 69.1 |
16 | Colt Emerson | 1,432 | 37 | 27 | 73 |
17 | Andrew Painter | 1,429 | 38 | 29 | 76.3 |
18 | Zyhir Hope | 1,425 | 44 | 34 | 77.3 |
19 | Bryce Eldridge | 1,414 | 43 | 32 | 74.4 |
20 | Bryce Rainer | 1,406 | 44 | 31 | 70.5 |
21 | Thomas White | 1,401 | 59 | 41 | 69.5 |
22 | Josue De Paula | 1,399 | 52 | 37 | 71.2 |
23 | Luke Keaschall | 1,378 | 46 | 31 | 67.4 |
24 | Edward Florentino | 1,371 | 57 | 36 | 63.2 |
25 | Cooper Pratt | 1,367 | 41 | 26 | 63.4 |
26 | Eli Willits | 1,365 | 51 | 33 | 64.7 |
27 | Kade Anderson | 1,363 | 57 | 32 | 56.1 |
28 | Nolan McLean | 1,356 | 47 | 33 | 70.2 |
29 | Michael Arroyo | 1,355 | 70 | 48 | 68.6 |
30 | Gage Jump | 1,354 | 58 | 38 | 65.5 |
31 | Trey Yesavage | 1,353 | 40 | 26 | 65 |
32 | George Lombard Jr. | 1,349 | 38 | 24 | 63.2 |
33 | Seth Hernandez | 1,347 | 24 | 18 | 75 |
34 | Jonah Tong | 1,344 | 57 | 33 | 57.9 |
35 | Emmanuel Rodriguez | 1,341 | 29 | 20 | 69 |
36 | Chase DeLauter | 1,332 | 43 | 27 | 62.8 |
37 | Dalton Rushing | 1,322 | 33 | 20 | 60.6 |
38 | Payton Tolle | 1,319 | 36 | 23 | 63.9 |
39 | Jett Williams | 1,313 | 55 | 34 | 61.8 |
40 | Alfredo Duno | 1,309 | 55 | 34 | 61.8 |
41 | Ryan Sloan | 1,301 | 36 | 20 | 55.6 |
42 | Kyle Teel | 1,298 | 43 | 25 | 58.1 |
43 | Robby Snelling | 1,294 | 27 | 16 | 59.3 |
44 | Arjun Nimmala | 1,290 | 34 | 20 | 58.8 |
45 | Walker Jenkins | 1,285 | 61 | 35 | 57.4 |
46 | Travis Bazzana | 1,275 | 35 | 18 | 51.4 |
47 | Alejandro Rosario | 1,271 | 36 | 20 | 55.6 |
48 | Jarlin Susana | 1,268 | 36 | 20 | 55.6 |
49 | Josuar De Jesus Gonzalez | 1,266 | 42 | 24 | 57.1 |
50 | Johnny King | 1,263 | 25 | 16 | 64 |
51 | Alex Freeland | 1,259 | 29 | 18 | 62.1 |
52 | Luis Morales | 1,255 | 33 | 18 | 54.5 |
53 | Dasan Hill | 1,252 | 21 | 12 | 57.1 |
54 | Troy Melton | 1,252 | 25 | 15 | 60 |
55 | Franklin Arias | 1,251 | 58 | 31 | 53.4 |
56 | Moises Ballesteros | 1,250 | 38 | 19 | 50 |
57 | Colson Montgomery | 1,246 | 31 | 17 | 54.8 |
58 | Roki Sasaki | 1,245 | 32 | 17 | 53.1 |
59 | Leonardo Bernal | 1,236 | 34 | 16 | 47.1 |
60 | Owen Caissie | 1,233 | 49 | 22 | 44.9 |
61 | Braxton Ashcraft | 1,229 | 21 | 12 | 57.1 |
62 | Caleb Bonemer | 1,226 | 32 | 18 | 56.2 |
63 | Travis Sykora | 1,220 | 31 | 16 | 51.6 |
64 | Cam Schlittler | 1,219 | 22 | 11 | 50 |
65 | Charlee Soto | 1,219 | 30 | 13 | 43.3 |
66 | George Klassen | 1,217 | 24 | 12 | 50 |
67 | Aidan Miller | 1,216 | 29 | 15 | 51.7 |
68 | Joseph Parker | 1,216 | 26 | 14 | 53.8 |
69 | Ethan Holliday | 1,212 | 26 | 12 | 46.2 |
70 | Demetrio Crisantes | 1,210 | 26 | 14 | 53.8 |
71 | Lazaro Montes | 1,208 | 19 | 9 | 47.4 |
72 | Carlos Lagrange | 1,208 | 22 | 10 | 45.5 |
73 | Ryan Waldschmidt | 1,207 | 19 | 10 | 52.6 |
74 | Noah Schultz | 1,205 | 25 | 12 | 48 |
75 | Slade Caldwell | 1,203 | 35 | 18 | 51.4 |
76 | Jurrangelo Cijntje | 1,201 | 30 | 13 | 43.3 |
77 | Tyler Bremner | 1,201 | 28 | 13 | 46.4 |
78 | Sal Stewart | 1,198 | 15 | 8 | 53.3 |
79 | Brandon Sproat | 1,197 | 20 | 10 | 50 |
80 | Kendry Rojas | 1,195 | 23 | 9 | 39.1 |
81 | Jordan Lawlar | 1,191 | 25 | 11 | 44 |
82 | Hagen Smith | 1,179 | 37 | 15 | 40.5 |
83 | Jorge Quintana | 1,179 | 23 | 10 | 43.5 |
84 | Carson Williams | 1,174 | 29 | 13 | 44.8 |
85 | C.J. Kayfus | 1,173 | 40 | 18 | 45 |
86 | Kaelen Culpepper | 1,172 | 25 | 10 | 40 |
87 | Khal Stephen | 1,171 | 23 | 9 | 39.1 |
88 | Mike Sirota | 1,167 | 32 | 14 | 43.8 |
89 | Joseph Sullivan | 1,160 | 16 | 7 | 43.8 |
90 | Theo Gillen | 1,159 | 32 | 13 | 40.6 |
91 | Aiva Arquette | 1,157 | 21 | 7 | 33.3 |
92 | Caden Scarborough | 1,152 | 25 | 8 | 32 |
93 | James Tibbs III | 1,149 | 28 | 10 | 35.7 |
94 | Logan Henderson | 1,139 | 23 | 10 | 43.5 |
95 | Jamie Arnold | 1,137 | 24 | 7 | 29.2 |
96 | Liam Doyle | 1,136 | 21 | 7 | 33.3 |
97 | Alfonsin Rosario | 1,134 | 23 | 6 | 26.1 |
98 | Rhett Lowder | 1,132 | 24 | 8 | 33.3 |
99 | Eduardo Tait | 1,132 | 18 | 6 | 33.3 |
100 | Jonny Farmelo | 1,127 | 21 | 7 | 33.3 |
End of preview.
No dataset card yet
- Downloads last month
- 286