infinite-cleveland-data
This repo contains CSV data exported from Out of the Park Simulator for each Infinite Cleveland timeline.
Data was exported separately for each timeline by opening that timeline's saved game and exporting database data as a CSV file. The CSV data from each timeline was combined into a single CSV file by adding an extra "timeline" column to the front of timeline-specific CSV data. Timelines are numbered 1-69 (1-indexed).
games.csv
Contains information about the game's summary (runs/hits/errors/innings) and other summary information.
Columns:
timelinegame_idleague_idhome_teamaway_teamattendancedatetimegame_typeplayeddhinningsruns0runs1hits0hits1errors0errors1winning_pitcherlosing_pitchersave_pitcherstarter0starter1
games_score.csv
Contains more detailed manifest of runs scored, inning by inning, for each timeline.
Columns:
timelinegame_idteaminningscore
players.csv
Not timeline-specific. Other data files reference players by Player ID, this file contains the map of Player ID to Player Name.
player_idteam_idleague_idpositionrolefirst_namelast_namenick_nameagedate_of_birthcity_of_birth_idnation_idsecond_nation_idweightheightretiredfree_agentlast_league_idlast_team_idorganization_idlast_organization_idlanguage_ids0language_ids1uniform_numberexperienceperson_typebatsthrowspersonality_greedpersonality_loyaltypersonality_play_for_winnerpersonality_work_ethicpersonality_intelligencepersonality_leaderhistorical_idhistorical_team_idbest_contract_offer_idinjury_is_injuredinjury_dtd_injuryinjury_career_endinginjury_dl_leftinjury_dl_playoff_roundinjury_leftdtd_injury_effectinjury_idprone_overallprone_legprone_backprone_armfatigue_pitches0fatigue_pitches1fatigue_pitches2fatigue_pitches3fatigue_pitches4fatigue_pitches5fatigue_pointsfatigue_played_todayrunning_ratings_speedrunning_ratings_stealingrunning_ratings_baserunningcollegedraft_yeardraft_rounddraft_supplementaldraft_pickdraft_overall_pickdraft_eligiblehiddendraft_league_iddraft_team_idturned_coachhall_of_famerustinductedstrategy_override_teamstrategy_stealingstrategy_runningstrategy_bunt_for_hitstrategy_sac_buntstrategy_hit_runstrategy_hook_startstrategy_hook_reliefstrategy_pitch_countstrategy_pitch_aroundstrategy_no_pinch_if_restedstrategy_never_pinch_hitstrategy_defensive_substrategy_dtd_sit_minstrategy_dtd_allow_phlocal_popnational_popdraft_protectedmoralemorale_player_performancemorale_team_performancemorale_team_transactionsexpectationmorale_player_role
players_at_bat_batting_stats.csv
Contains a table of the pitcher, batter, and outcome of every at-bat in the game, plus pitch information, launch velocity, etc.
timelineplayer_idgame_idopponent_player_idteam_idsacballsstrikesresultbase1base2base3Closepinchinningrun_diffoutssbcsrbirspothit_lochit_xyexit_velolaunch_angle
players_game_batting.csv
Contains a table of batting performance of each player for the single exhibition game played in that timeline.
timelineplayer_idyearteam_idgame_idleague_idlevel_idsplit_idpositionabhkpapitches_seenggsdthrrrbisbcsbbibbgdpshsfhpciwpastintubr
players_game_pitching_stats.csv
Each row of this file cntains information about a pitcher's stats from one particular Game 3 timeline.
timeline- which timeline's Game 3 this stat comes fromplayer_id- player idyear- (ignore)team_id- (see teams df)game_id- (ignore)league_id- (ignore)level_id- (ignore)split_id- (ignore)ip- innings pitchedab- at batstb- total basesha- hits allowedk- strikeouts (NOTE: THIS COLUMN IS NOT ACCURATE)bf- batters facedrs- ??? (runs scored? seems to be same asr)bb- walk/base on ballsr- runser- earned runsgb- ground balls?fb- fly balls?pi- pitches?ipf- ??? (intentional pitchout first?)g- games?gs- games stared? grand slams?w- winsl- lossess- saves?sa- ??? (single against? stolen against?)da- ??? (double against?)sh- ??? (shutouts? what is SHO?)sf- ???ta- ??? (triple against?)hra- ??? (home run against?)bk- ??? (balk?)ci- ???iw- intentional walkswp- ??? (walks.......?)hp- ??? (hits.......?)gf- ???dp- double plays (?)qs- ???svo- save opportunities?bs- ???ra- ???cg- complete game(s) (?)sho- ??? (shutouts?)sb- stolen base(s) (by? against?)cs- caught stealinghld- ??? (ld = line drive...?)ir- inherited runsirs- iherited runs scoredwpa- (WPA percent? walks per...?)li- ???stint- ???outs- ???
teams.csv
Contains information about the two teams. Mainly useful because the teams are referenced by Team ID in most files. This file contains the Team ID to Team Name mapping.
team_idnameabbrnickname
rest of keys are irrelevant.