Skip to main content
Version: 0.0.74

MBB dataset loaders

flowchart LR
raw["scrape / raw"] --> enrich["enrich"] --> rel["release asset"] --> load["load_*()"]

Automation status

DatasetRelease tagPipeline
load_mbb_pbpespn_mens_college_basketball_pbp
load_mbb_player_boxscoreespn_mens_college_basketball_player_boxscores
load_mbb_scheduleespn_mens_college_basketball_schedules
load_mbb_team_boxscoreespn_mens_college_basketball_team_boxscores
load_mbb_ratingsmbb_ratings
load_mbb_player_valuembb_player_value
load_mbb_shotsespn_mens_college_basketball_shots
load_mbb_standingsespn_mens_college_basketball_standings
load_mbb_player_season_statsespn_mens_college_basketball_player_season_stats
load_mbb_rostersespn_mens_college_basketball_rosters
load_mbb_officialsespn_mens_college_basketball_officials
load_mbb_game_rostersespn_mens_college_basketball_game_rosters
load_mbb_team_season_statsespn_mens_college_basketball_team_season_stats

load_mbb_pbp

Release: espn_mens_college_basketball_pbp · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_pbp/play_by_play_{season}.parquet

Returns

col_nametypedescription
game_play_numberInt32Sequential play number within the game.
idFloat64Id.
sequence_numberInt32Sequence number representing a shot-possession (V3 PBP).
type_idInt32Type identifier (numeric).
type_textStringDisplay text for the type field.
textStringText description of the play / record.
away_scoreInt32Away team score at the time of the play.
home_scoreInt32Home team score at the time of the play.
period_numberInt32Numeric period (1-4 for quarters; 5+ for OT).
period_display_valueStringPeriod display label (e.g. '1st Quarter', 'OT').
clock_display_valueStringGame clock display string (e.g. '8:32').
scoring_playBooleanTRUE if the play resulted in points scored.
score_valueInt32Point value of the play (2 / 3 / 1).
team_idInt32Unique team identifier.
athlete_id_1Int32Primary athlete identifier (e.g. shooter).
wallclockStringWallclock.
shooting_playBooleanTRUE if the play was a shooting attempt.
game_idInt32Unique game identifier.
seasonInt32Season year.
season_typeInt32Season type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
home_team_idInt32Unique identifier for the home team.
home_team_nameStringHome team name.
home_team_mascotStringHome team mascot.
home_team_abbrevStringHome team three-letter abbreviation.
home_team_name_altStringAlternate home team name.
away_team_idInt32Unique identifier for the away team.
away_team_nameStringAway team name.
away_team_mascotStringAway team mascot.
away_team_abbrevStringAway team three-letter abbreviation.
away_team_name_altStringAlternate away team name.
game_spreadFloat64Game spread (signed; positive = home favored).
home_favoriteBooleanTRUE if the home team is the betting favorite.
game_spread_availableBooleanTRUE if a point spread was available.
home_team_spreadFloat64Home team's point spread.
halfInt32Half of the game (1 or 2).
timeStringTime / clock value.
clock_minutesInt32Clock minutes split out for convenience.
clock_secondsInt32Clock seconds split out for convenience.
home_timeout_calledBooleanTrue when the home team called a timeout on the play.
away_timeout_calledBooleanTrue when the away team called a timeout on the play.
lead_periodInt32Period number of the next play in the same game (period_number shifted back one row within game_id), and null on each game's final play.
lead_halfInt32A lead column on the half
start_period_seconds_remainingInt32Seconds left in the current period when the play started, computed as 60 times the game clock minutes plus the seconds, so 1200 at the tip of each 20-minute half and 300 at the start of an overtime.
start_game_seconds_remainingInt32Seconds remaining in the game at the start of the play.
end_period_seconds_remainingInt32Seconds left in the period when the play ended.
end_game_seconds_remainingInt32Seconds remaining in the game at the end of the play.
lag_periodInt32Period number of the previous play in the same game (period_number shifted forward one row within game_id), and null on each game's first play.
lag_halfInt32A lag column on the half
athlete_id_2Int32Secondary athlete identifier (e.g. assister / fouler).
game_dateDateGame date (YYYY-MM-DD).
game_date_timeDatetime(time_unit='us', time_zone='America/New_York')Game start date/time (ISO 8601).
coordinate_x_rawFloat64X coordinate as returned by the API before any adjustment.
coordinate_y_rawFloat64Y coordinate as returned by the API before any adjustment.
coordinate_xFloat64X coordinate on the court (half-court layout).
coordinate_yFloat64Y coordinate on the court (half-court layout).
media_idStringMedia identifier (video / image).
load_mbb_pbp(seasons=2024)

load_mbb_player_boxscore

Release: espn_mens_college_basketball_player_boxscores · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_player_boxscores/player_box_{season}.parquet

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season year.
season_typeInt32Season type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
game_dateDateGame date (YYYY-MM-DD).
game_date_timeDatetime(time_unit='us', time_zone='America/New_York')Game start date/time (ISO 8601).
athlete_idInt32Unique athlete identifier (ESPN).
athlete_display_nameStringAthlete display name (full).
team_idInt32Unique team identifier.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_locationStringTeam city or location string.
team_short_display_nameStringShort team display name (e.g. 'Aces').
minutesFloat64Minutes played, formatted MM:SS (V3 PT-duration parsed) or decimal minutes (V2).
field_goals_madeInt32Field goals made (2-pt + 3-pt).
field_goals_attemptedInt32Field goal attempts (2-pt + 3-pt).
three_point_field_goals_madeInt32Three-point field goals made.
three_point_field_goals_attemptedInt32Three-point field goal attempts.
free_throws_madeInt32Free throws made.
free_throws_attemptedInt32Free throw attempts.
offensive_reboundsInt32Offensive rebounds.
defensive_reboundsInt32Defensive rebounds.
reboundsInt32Total rebounds.
assistsInt32Total assists.
stealsInt32Total steals.
blocksInt32Total blocks.
turnoversInt32Total turnovers.
foulsInt32Personal fouls.
pointsInt32Points scored.
starterBooleanTRUE if the player was in the starting lineup; FALSE otherwise.
ejectedBooleanTRUE if the player was ejected from the game.
did_not_playBooleanTRUE if the player did not appear in the game.
activeBooleanTRUE if the row represents an active record (player / team / season).
athlete_jerseyStringAthlete jersey number.
athlete_short_nameStringAthlete short display name.
athlete_headshot_hrefStringAthlete headshot image URL.
athlete_position_nameStringAthlete position ('Guard', 'Forward', 'Center').
athlete_position_abbreviationStringAthlete position abbreviation (G / F / C).
team_display_nameStringFull team display name.
team_uidStringESPN universal team identifier (UID format 's:40~l:...~t:...').
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_logoStringTeam logo image URL.
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_colorStringTeam primary color (hex without leading '#').
team_alternate_colorStringTeam alternate color (hex without leading '#').
home_awayStringGame venue label ('home' or 'away').
team_winnerBooleanTRUE if the team won this game.
team_scoreInt32Team's score / final score.
opponent_team_idInt32Unique identifier for the opponent team.
opponent_team_nameStringOpponent team display name.
opponent_team_locationStringOpponent team city / location.
opponent_team_display_nameStringOpponent team full display name.
opponent_team_abbreviationStringOpponent team abbreviation.
opponent_team_logoStringOpponent team logo URL.
opponent_team_colorStringOpponent team primary color (hex).
opponent_team_alternate_colorStringOpponent team alternate color (hex).
opponent_team_scoreInt32Opponent team's score.
load_mbb_player_boxscore(seasons=2024)

load_mbb_schedule

Release: espn_mens_college_basketball_schedules · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_schedules/mbb_schedule_{season}.parquet

Returns

col_nametypedescription
idInt32Id.
uidStringESPN UID string.
dateStringDate in YYYY-MM-DD format.
attendanceFloat64Reported attendance.
time_validBooleanTime valid.
neutral_siteBooleanNeutral site.
conference_competitionBooleanConference competition.
recentBooleanRecent.
start_dateStringStart date (YYYY-MM-DD).
notes_typeStringNotes type.
notes_headlineStringNotes headline.
type_idInt32Type identifier (numeric).
type_abbreviationStringType abbreviation.
venue_idInt32Unique venue identifier.
venue_full_nameStringVenue full name.
venue_address_cityStringVenue address city.
venue_address_stateStringVenue address state / region.
venue_capacityFloat64Venue seating capacity.
venue_indoorBooleanTRUE if the venue is indoors.
status_clockFloat64Status clock.
status_display_clockStringStatus display clock.
status_periodFloat64Status period.
status_type_idInt32Unique identifier for status type.
status_type_nameStringStatus type name.
status_type_stateStringStatus type state.
status_type_completedBooleanStatus type completed.
status_type_descriptionStringStatus type description.
status_type_detailStringStatus type detail.
status_type_short_detailStringStatus type short detail.
format_regulation_periodsFloat64Format regulation periods.
home_idInt32Unique identifier for home.
home_uidStringHome team's uid.
home_locationStringHome team's location.
home_nameStringHome name.
home_abbreviationStringHome team's abbreviation.
home_display_nameStringHome display name.
home_short_display_nameStringHome short display name.
home_colorStringColor code (hex) for home.
home_alternate_colorStringColor code (hex) for home alternate.
home_is_activeBooleanHome team's is active.
home_venue_idInt32Unique identifier for home venue.
home_logoStringHome team logo URL.
home_conference_idInt32Unique identifier for home conference.
home_scoreInt32Home team score at the time of the play.
home_winnerBooleanHome team's winner.
away_idInt32Unique identifier for away.
away_uidStringAway team's uid.
away_locationStringAway team's location.
away_nameStringAway name.
away_abbreviationStringAway team's abbreviation.
away_display_nameStringAway display name.
away_short_display_nameStringAway short display name.
away_colorStringColor code (hex) for away.
away_alternate_colorStringColor code (hex) for away alternate.
away_is_activeBooleanAway team's is active.
away_venue_idInt32Unique identifier for away venue.
away_logoStringAway team logo URL.
away_conference_idInt32Unique identifier for away conference.
away_scoreInt32Away team score at the time of the play.
away_winnerBooleanAway team's winner.
game_idInt32Unique game identifier.
seasonInt32Season year.
season_typeInt32Season type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
status_type_alt_detailStringStatus type alt detail.
groups_idInt32Unique identifier for groups.
groups_nameStringGroups name.
groups_short_nameStringGroups short name.
groups_is_conferenceBooleanGroups is conference.
tournament_idInt32ESPN tournament identifier.
game_jsonBooleanWhether processed game JSON is available.
game_json_urlBooleanURL to the processed game JSON.
game_date_timeDatetime(time_unit='us', time_zone='America/New_York')Game start date/time (ISO 8601).
game_dateDateGame date (YYYY-MM-DD).
PBPBooleanWhether play-by-play data is available.
team_boxBooleanTeam box.
player_boxBooleanPlayer box.
load_mbb_schedule(seasons=2024)

load_mbb_team_boxscore

Release: espn_mens_college_basketball_team_boxscores · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_team_boxscores/team_box_{season}.parquet

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season year.
season_typeInt32Season type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
game_dateDateGame date (YYYY-MM-DD).
game_date_timeDatetime(time_unit='us', time_zone='America/New_York')Game start date/time (ISO 8601).
team_idInt32Unique team identifier.
team_uidStringESPN universal team identifier (UID format 's:40~l:...~t:...').
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_locationStringTeam city or location string.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_display_nameStringFull team display name.
team_short_display_nameStringShort team display name (e.g. 'Aces').
team_colorStringTeam primary color (hex without leading '#').
team_alternate_colorStringTeam alternate color (hex without leading '#').
team_logoStringTeam logo image URL.
team_home_awayStringTeam home away.
team_scoreInt32Team's score / final score.
team_winnerBooleanTRUE if the team won this game.
assistsInt32Total assists.
blocksInt32Total blocks.
defensive_reboundsInt32Defensive rebounds.
field_goal_pctFloat64Field goal percentage (0-1).
field_goals_madeInt32Field goals made (2-pt + 3-pt).
field_goals_attemptedInt32Field goal attempts (2-pt + 3-pt).
flagrant_foulsInt32Total flagrant fouls.
foulsInt32Personal fouls.
free_throw_pctFloat64Free throw percentage (0-1).
free_throws_madeInt32Free throws made.
free_throws_attemptedInt32Free throw attempts.
largest_leadStringLargest lead during the game.
offensive_reboundsInt32Offensive rebounds.
stealsInt32Total steals.
team_turnoversInt32Team turnovers (turnovers credited to the team rather than a player).
technical_foulsInt32Total technical fouls.
three_point_field_goal_pctFloat64Three-point field goal percentage (0-1).
three_point_field_goals_madeInt32Three-point field goals made.
three_point_field_goals_attemptedInt32Three-point field goal attempts.
total_reboundsInt32Total rebounds.
total_technical_foulsInt32Total technical fouls (player + team).
total_turnoversInt32Total turnovers (player + team).
turnoversInt32Total turnovers.
opponent_team_idInt32Unique identifier for the opponent team.
opponent_team_uidStringOpponent team uid.
opponent_team_slugStringOpponent team slug.
opponent_team_locationStringOpponent team city / location.
opponent_team_nameStringOpponent team display name.
opponent_team_abbreviationStringOpponent team abbreviation.
opponent_team_display_nameStringOpponent team full display name.
opponent_team_short_display_nameStringOpponent team short display name.
opponent_team_colorStringOpponent team primary color (hex).
opponent_team_alternate_colorStringOpponent team alternate color (hex).
opponent_team_logoStringOpponent team logo URL.
opponent_team_scoreInt32Opponent team's score.
load_mbb_team_boxscore(seasons=2024)

load_mbb_ratings

Release: mbb_ratings · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/mbb_ratings/mbb_ratings_{season}.parquet

Returns

col_nametypedescription
seasonInt64Season year.
team_idStringUnique team identifier.
adj_oFloat64Adj o.
adj_dFloat64Adj d.
adj_emFloat64Adj em.
adj_tempoFloat64Opponent-adjusted possessions per 40 minutes, solved by the same fixed point as the efficiency ratings under the additive model that a game's pace is the two teams' tempos less the league baseline; it averages about 71 in 2025.
raw_oFloat64Raw o.
raw_dFloat64Raw d.
gamesInt64Games played.
rankInt64Rank.
adj_em_zFloat64Within-season z-score of adj_em, computed as adj_em minus the season mean divided by the season standard deviation, so each season is centered at zero with unit spread.
load_mbb_ratings(seasons=2025)

load_mbb_player_value

Release: mbb_player_value · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/mbb_player_value/mbb_player_value_{season}.parquet

Returns

col_nametypedescription
player_idStringUnique player identifier.
playerStringPlayer name.
seasonInt64Season year.
team_idStringUnique team identifier.
minFloat64Minutes played.
box_obpmFloat64Box-score offensive plus/minus for the player, the offensive half of box BPM.
box_dbpmFloat64Box-score defensive plus/minus for the player, the defensive half of box BPM.
box_bpmFloat64Total box plus/minus in points per 100 possessions above an average player, exactly box_obpm plus box_dbpm (verified to zero residual across all 9,805 rows of 2025).
load_mbb_player_value(seasons=2025)

load_mbb_shots

Release: espn_mens_college_basketball_shots · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_shots/shots_{season}.parquet

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season year.
period_numberInt32Numeric period (1-4 for quarters; 5+ for OT).
clock_display_valueStringGame clock display string (e.g. '8:32').
team_idInt32Unique team identifier.
athlete_id_1Int32Primary athlete identifier (e.g. shooter).
athlete_id_2Int32Secondary athlete identifier (e.g. assister / fouler).
type_idInt32Type identifier (numeric).
type_textStringDisplay text for the type field.
scoring_playBooleanTRUE if the play resulted in points scored.
score_valueInt32Point value of the play (2 / 3 / 1).
coordinate_xFloat64X coordinate on the court (half-court layout).
coordinate_yFloat64Y coordinate on the court (half-court layout).
coordinate_x_rawFloat64X coordinate as returned by the API before any adjustment.
coordinate_y_rawFloat64Y coordinate as returned by the API before any adjustment.
load_mbb_shots(seasons=2025)

load_mbb_standings

Release: espn_mens_college_basketball_standings · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_standings/standings_{season}.parquet

Returns

col_nametypedescription
seasonInt32Season year.
group_idStringESPN group id.
group_nameStringGroup name (conference / division).
group_abbreviationStringGroup abbreviation.
group_short_nameStringAbbreviated conference label ESPN prints in standings tables, such as ACC, Big Ten or Am. East, one value per group_id.
team_idInt32Unique team identifier.
team_uidStringESPN universal team identifier (UID format 's:40~l:...~t:...').
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_locationStringTeam city or location string.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_display_nameStringFull team display name.
team_short_display_nameStringShort team display name (e.g. 'Aces').
team_colorStringTeam primary color (hex without leading '#').
team_alternate_colorStringTeam alternate color (hex without leading '#').
team_logoStringTeam logo image URL.
stat_nameStringStat key.
stat_display_nameStringStat display name (from displayNames).
stat_short_display_nameStringShort human-readable stat name.
stat_descriptionStringESPN's longer-form label for the standings statistic, which can differ from stat_display_name (streak is described as Current Streak and playoffSeed as Playoff Seed).
stat_abbreviationStringShort code ESPN prints for the standings statistic in a table header, such as W, L, PCT, GB or STRK; it diverges from stat_short_display_name for playoff seed and the home and conference record rows.
stat_typeStringStat type code (e.g. "win", "loss").
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_mbb_standings(seasons=2025)

load_mbb_player_season_stats

Release: espn_mens_college_basketball_player_season_stats · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_player_season_stats/player_season_stats_{season}.parquet

Returns

col_nametypedescription
seasonInt32Season year.
athlete_idInt32Unique athlete identifier (ESPN).
athlete_display_nameStringAthlete display name (full).
athlete_position_abbreviationStringAthlete position abbreviation (G / F / C).
athlete_jerseyStringAthlete jersey number.
team_idInt32Unique team identifier.
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_display_nameStringFull team display name.
categoryStringCategory label.
stat_labelStringHuman-readable label of the statistic (e.g. 'At bats').
stat_nameStringStat key.
stat_display_nameStringStat display name (from displayNames).
stat_descriptionStringESPN's prose glossary definition of the statistic named in stat_name, for example defining assists as a pass to a teammate that leads directly to a field goal.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_mbb_player_season_stats(seasons=2025)

load_mbb_rosters

Release: espn_mens_college_basketball_rosters · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_rosters/rosters_{season}.parquet

Returns

col_nametypedescription
seasonInt32Season year.
team_idInt32Unique team identifier.
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_display_nameStringFull team display name.
team_short_display_nameStringShort team display name (e.g. 'Aces').
team_colorStringTeam primary color (hex without leading '#').
team_alternate_colorStringTeam alternate color (hex without leading '#').
team_logoStringTeam logo image URL.
athlete_idStringUnique athlete identifier (ESPN).
uidStringESPN UID string.
guidStringStable cross-league team GUID.
full_nameStringPlayer's full name.
display_nameStringDisplay name.
short_nameStringShort display name.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
jerseyStringJersey number worn by the player.
position_abbreviationStringPosition abbreviation ('G' / 'F' / 'C').
position_nameStringListed roster position ('Guard', 'Forward', 'Center').
position_idStringUnique position identifier.
heightStringPlayer height (string e.g. '6-2' or inches).
weightStringPlayer weight in pounds.
ageStringPlayer age (in years).
date_of_birthStringDate of birth (YYYY-MM-DD).
birth_place_cityStringBirth place city.
birth_place_stateStringBirth place state.
birth_place_countryStringBirth place country.
experience_yearsStringExperience years.
experience_display_valueStringExperience display value.
headshot_hrefStringHeadshot image URL.
headshot_altStringAlternative-text label for the headshot.
link_webStringWeb link / URL.
status_idStringStatus identifier.
status_nameStringStatus label.
status_typeStringStatus type.
load_mbb_rosters(seasons=2025)

load_mbb_officials

Release: espn_mens_college_basketball_officials · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_officials/officials_{season}.parquet

Returns

col_nametypedescription
seasonInt32Season year.
game_idInt32Unique game identifier.
official_full_nameStringFull name of the game official as published in ESPN's gameInfo officials list; in this release it is byte-identical to official_display_name on every row.
official_display_nameStringDisplay form of the official's name used by ESPN's game feed, which duplicates official_full_name for all 18,284 rows of the 2025 release.
official_positionStringESPN's role label for the crew member, which is the constant Referee for every men's college basketball official in this release rather than a distinct crew chief or umpire designation.
official_position_idInt32ESPN's numeric code for the official's role, constant at 40 (Referee) across the entire men's college basketball officials release.
official_orderInt32Position of the official within the game's listed officiating crew.
load_mbb_officials(seasons=2025)

load_mbb_game_rosters

Release: espn_mens_college_basketball_game_rosters · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_game_rosters/game_rosters_{season}.parquet

Returns

col_nametypedescription
seasonInt32Season year.
game_idStringUnique game identifier.
team_idInt32Unique team identifier.
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_display_nameStringFull team display name.
home_awayStringGame venue label ('home' or 'away').
athlete_idInt32Unique athlete identifier (ESPN).
athlete_uidStringESPN athlete UID (universal identifier).
athlete_guidStringESPN athlete GUID.
athlete_display_nameStringAthlete display name (full).
athlete_short_nameStringAthlete short display name.
athlete_first_nameStringPlayer first name; athlete_detail = TRUE only.
athlete_last_nameStringAthlete last name.
athlete_jerseyStringAthlete jersey number.
athlete_positionStringPlayer position name; athlete_detail = TRUE only.
athlete_headshotStringURL of the player's ESPN headshot image, whose filename is the athlete_id (verified equal for all 190,365 non-null rows in 2025); null when ESPN publishes no photo for that player.
starterBooleanTRUE if the player was in the starting lineup; FALSE otherwise.
did_not_playBooleanTRUE if the player did not appear in the game.
activeBooleanTRUE if the row represents an active record (player / team / season).
ejectedBooleanTRUE if the player was ejected from the game.
reasonStringReason.
load_mbb_game_rosters(seasons=2025)

load_mbb_team_season_stats

Release: espn_mens_college_basketball_team_season_stats · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_mens_college_basketball_team_season_stats/team_season_stats_{season}.parquet

Returns

col_nametypedescription
seasonInt32Season year.
team_idInt32Unique team identifier.
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_display_nameStringFull team display name.
team_short_display_nameStringShort team display name (e.g. 'Aces').
team_colorStringTeam primary color (hex without leading '#').
team_alternate_colorStringTeam alternate color (hex without leading '#').
team_logoStringTeam logo image URL.
categoryStringCategory label.
stat_labelStringHuman-readable label of the statistic (e.g. 'At bats').
stat_nameStringStat key.
stat_display_nameStringStat display name (from displayNames).
stat_descriptionStringESPN's prose glossary definition of the statistic named in stat_name, for example defining field goal percentage as the ratio of field goals made to field goals attempted.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_mbb_team_season_stats(seasons=2025)