Dataset Viewer
The dataset viewer is not available for this split.
Cannot extract the features (columns) for the split 'train' of the config 'default' of the dataset.
Error code: FeaturesError
Exception: ArrowInvalid
Message: Schema at index 1 was different:
date: string
time: string
Team A: string
Team B: string
Spread: double
OU: double
Team A Score Actual: int64
Team B Score Actual: int64
vs
sim: int64
start: string
team: string
opp: string
player: string
role: string
pass_att: int64
pass_comp: int64
pass_yds: double
pass_td: int64
INT: int64
sacks: int64
rush_att: int64
rush_yds: double
rush_td: int64
rec: int64
tgt: int64
rec_yds: double
rec_td: int64
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/split/first_rows.py", line 249, in compute_first_rows_from_streaming_response
iterable_dataset = iterable_dataset._resolve_features()
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 4379, in _resolve_features
features = _infer_features_from_batch(self.with_format(None)._head())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2661, in _head
return next(iter(self.iter(batch_size=n)))
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2839, in iter
for key, pa_table in ex_iterable.iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2377, in _iter_arrow
yield from self.ex_iterable._iter_arrow()
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 580, in _iter_arrow
yield new_key, pa.Table.from_batches(chunks_buffer)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "pyarrow/table.pxi", line 5039, in pyarrow.lib.Table.from_batches
File "pyarrow/error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow/error.pxi", line 92, in pyarrow.lib.check_status
raise convert_status(status)
pyarrow.lib.ArrowInvalid: Schema at index 1 was different:
date: string
time: string
Team A: string
Team B: string
Spread: double
OU: double
Team A Score Actual: int64
Team B Score Actual: int64
vs
sim: int64
start: string
team: string
opp: string
player: string
role: string
pass_att: int64
pass_comp: int64
pass_yds: double
pass_td: int64
INT: int64
sacks: int64
rush_att: int64
rush_yds: double
rush_td: int64
rec: int64
tgt: int64
rec_yds: double
rec_td: int64Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
CFB Monte Carlo Sims - 2025 Season Archive
Per-game Monte Carlo simulation output for the 2025 college football season, produced by MVPeav's CFB-Monte model. Archived from the site frontend so the web app can fetch it at runtime instead of bundling it.
Layout
2025/season_index.json # week list + counts (start here)
2025/weeks/weekNN/index.json # per-week manifest, games[] with slugs + team names
2025/weeks/weekNN/scores_bundle.csv # all games' score sims for the week (one fetch)
2025/weeks/weekNN/scores/<slug>.csv # single game score sims
2025/weeks/weekNN/players/<slug>.csv# single game player sims
2025/weeks/weekNN/games.csv # schedule, closing lines, actual results
2025/weeks/weekNN/open.csv # opening lines (most weeks)
<slug> is <teamA>_<teamB>, lowercased and stripped of non-alphanumerics.
Schemas
scores_bundle.csv:slug,team,opp,pts,opp_pts,plays,opp_plays- one row per simulation.scores/<slug>.csv: same minusslug.players/<slug>.csv:sim,start,team,opp,player,role,pass_att,pass_comp,pass_yds,pass_td,INT,sacks,rush_att,rush_yds,rush_td,rec,tgt,rec_yds,rec_tdgames.csv:date,time,Team A,Team B,Spread,OU,Team A Score Actual,Team B Score Actual,TeamAML,TeamBMLopen.csv:Id,HomeTeam,HomeScore,AwayTeam,AwayScore,FormattedSpread,LineProvider,OverUnder,Spread,OpeningSpread,OpeningOverUnder,HomeMoneyline,AwayMoneyline
Weeks 14-16 cover rivalry week, conference championships, and bowls + Army-Navy.
- Downloads last month
- 74