Skip to main content
Version: main

WBB dataset loaders

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

Automation status

DatasetRelease tagPipeline
load_wbb_pbpespn_womens_college_basketball_pbp
load_wbb_player_boxscoreespn_womens_college_basketball_player_boxscores
load_wbb_scheduleespn_womens_college_basketball_schedules
load_wbb_team_boxscoreespn_womens_college_basketball_team_boxscores
load_wbb_ratingswbb_ratings
load_wbb_player_valuewbb_player_value
load_wbb_game_rostersespn_womens_college_basketball_game_rosters
load_wbb_officialsespn_womens_college_basketball_officials
load_wbb_player_season_statsespn_womens_college_basketball_player_season_stats
load_wbb_rostersespn_womens_college_basketball_rosters
load_wbb_shotsespn_womens_college_basketball_shots
load_wbb_standingsespn_womens_college_basketball_standings
load_wbb_team_season_statsespn_womens_college_basketball_team_season_stats
load_wbb_player_crosswalkwbb_crosswalk
load_wbb_schedule_crosswalkwbb_crosswalk
load_wbb_team_crosswalkwbb_crosswalk
load_wbb_player_coreespn_womens_college_basketball_player_core
load_ncaa_wbb_rapmncaa_wbb_rapm
load_ncaa_wbb_pbpncaa_wbb_pbp
load_ncaa_wbb_schedulencaa_wbb_schedule
load_ncaa_wbb_player_boxncaa_wbb_player_box
load_ncaa_wbb_team_boxncaa_wbb_team_box
load_ncaa_wbb_rostersncaa_wbb_rosters
load_ncaa_wbb_team_rostersncaa_wbb_team_rosters
load_ncaa_wbb_team_idsncaa_wbb_team_ids
load_ncaa_wbb_possessionsncaa_wbb_possessions
load_ncaa_wbb_lineupsncaa_wbb_lineups
load_ncaa_wbb_matchup_stintsncaa_wbb_matchup_stints
load_ncaa_wbb_shotsncaa_wbb_shots
load_ncaa_wbb_rapm_within_teamncaa_wbb_rapm_within_team

load_wbb_pbp

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

Returns

col_nametypedescription
game_play_numberInt32Game play number
idInt64Unique play identification number
sequence_numberInt32Sequence number representing a shot-possession (V3 PBP).
type_idInt32Type identifier (numeric).
type_textStringPlay type text, passed through verbatim from ESPN. ESPN labels the free-throw play type "MadeFreeThrow" for made AND missed free throws; filter makes vs. misses with scoring_play, not type_text.
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 attempt (1 / 2 / 3), carried even on misses (a missed free throw still shows 1); use scoring_play to identify points actually scored.
wallclockStringWallclock.
shooting_playBooleanTRUE if the play was a shooting attempt.
coordinate_x_rawFloat64X coordinate as returned by the API before any adjustment.
coordinate_y_rawFloat64Y coordinate as returned by the API before any adjustment.
points_attemptedInt32Point value at stake on the shot attempt (3 for threes, 2 for other field goals, 1 for free throws), from the ESPN play type.
short_descriptionStringShortened version of ESPN's play description text, without score context.
team_idInt32Unique team identifier.
athlete_id_1Int32Primary athlete identifier (e.g. shooter).
athlete_id_2Int32Secondary athlete identifier (e.g. assister / fouler).
game_idInt32Unique game identifier.
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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 versions of the home team abbreviation
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 versions of the away team abbreviation
game_spreadFloat64Game spread in (-X Team) format. There are almost none, I would recommend not trusting any of these three columns
home_favoriteBooleanLogical (TRUE/FALSE) indicating whether the home team is favored
game_spread_availableBooleanLogical (TRUE/FALSE) indicating whether the spread was available from ESPN. Basically, I would just not recommend using any of the spread information, I think I defaulted a lot of them to -2.5 for the home team. Most games probably do not have spread information. This column should really be listed first
home_team_spreadFloat64The game spread with respect to the home team
qtrInt32Quarter of the game
timeStringTime left within the period
clock_minutesInt32Clock minutes split from seconds for developer convenience
clock_secondsInt32Clock seconds split from minutes for developer convenience
home_timeout_calledBooleanFlag set on plays where a timeout was charged to the home team.
away_timeout_calledBooleanFlag set on plays where a timeout was charged to the away team.
halfInt32Half of the game
game_halfInt32Half of the game
lag_qtrInt32A lag column on the quarter
lead_qtrInt32A lead column on the quarter
lag_halfInt32A lag column on the half
lead_halfInt32A lead column on the half
start_quarter_seconds_remainingInt32Quarter seconds remaining at the start of the play (these are more or less code artifacts from other sports, but may eventually be used more seriously)
start_half_seconds_remainingInt32Game half seconds remaining at the start of the play (these are more or less code artifacts from other sports, but may eventually be used more seriously)
start_game_seconds_remainingInt32Game seconds remaining at the start of the play (''')
end_quarter_seconds_remainingInt32Quarter seconds remaining at the end of the play (''')
end_half_seconds_remainingInt32Game half seconds remaining at the end of the play (''')
end_game_seconds_remainingInt32Game seconds remaining at the end of the play (''')
periodInt32Period of the game (1-4 quarters; 5+ for OT).
coordinate_xFloat64X coordinate on the court (half-court layout).
coordinate_yFloat64Y coordinate on the court (half-court layout).
game_dateDateGame date (YYYY-MM-DD).
game_date_timeDatetime(time_unit='us', time_zone='America/New_York')Game start date/time (ISO 8601).
athlete_name_1StringDisplay name of the first athlete in the ESPN play participants (e.g., the shooter on a shot attempt).
athlete_name_2StringDisplay name of the second athlete in the ESPN play participants (e.g., the assisting player), when present.
athlete_name_3StringDisplay name of the third athlete in the ESPN play participants, when present.
load_wbb_pbp(seasons=2024)

load_wbb_player_boxscore

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

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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_wbb_player_boxscore(seasons=2024)

load_wbb_schedule

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

Returns

col_nametypedescription
idInt32Unique play identification number
uidStringESPN UID string.
dateStringDate in YYYY-MM-DD format.
attendanceFloat64Reported attendance.
time_validBooleanTime valid.
neutral_siteBooleanNeutral site.
conference_competitionBooleanConference competition.
play_by_play_availableBooleanWhether play-by-play data is available.
recentBooleanRecent.
start_dateStringStart date (YYYY-MM-DD).
broadcastStringBroadcast information string.
highlightsStringGame highlight urls.
notes_typeStringNotes type.
notes_headlineStringNotes headline.
broadcast_marketStringBroadcast market label (e.g. 'national', 'home').
broadcast_nameStringBroadcast name.
type_idInt32Type identifier (numeric).
type_abbreviationStringPlay type abbreviation
venue_idInt32Unique venue identifier.
venue_full_nameStringVenue full name.
venue_address_cityStringVenue address city.
venue_address_stateStringVenue address state / region.
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.
home_current_rankFloat64Poll ranking ESPN listed for the home team at game time (unranked teams carry a sentinel value).
home_linescoresStringPeriod-by-period scores for the home team as a delimited string from ESPN's schedule feed.
home_recordsStringRecord strings (overall and split records) for the home team from ESPN's schedule feed.
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.
away_current_rankFloat64Poll ranking ESPN listed for the away team at game time (unranked teams carry a sentinel value).
away_linescoresStringPeriod-by-period scores for the away team as a delimited string from ESPN's schedule feed.
away_recordsStringRecord strings (overall and split records) for the away team from ESPN's schedule feed.
game_idInt32Unique game identifier.
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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.
tournament_idInt32ESPN tournament identifier.
groups_idInt32Unique identifier for groups.
groups_nameStringGroups name.
groups_short_nameStringGroups short name.
groups_is_conferenceBooleanGroups is conference.
game_jsonBooleanWhether processed game JSON is available.
game_json_urlStringURL 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_wbb_schedule(seasons=2024)

load_wbb_team_boxscore

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

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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.
fast_break_pointsStringFast-break points scored.
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).
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.
lead_changesStringLead changes.
lead_percentageStringShare of game time the team held the lead, as reported in ESPN's team boxscore.
offensive_reboundsInt32Offensive rebounds.
points_in_paintStringPoints scored in the paint.
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).
turnover_pointsStringTurnover points.
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_wbb_team_boxscore(seasons=2024)

load_wbb_ratings

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

Returns

col_nametypedescription
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
team_idStringUnique team identifier.
adj_oFloat64Adj o.
adj_dFloat64Adj d.
adj_emFloat64Adj em.
adj_tempoFloat64Opponent-adjusted tempo in possessions per 40 minutes, produced by the same fixed-point adjustment as the efficiencies applied to game possessions under the additive model poss = tempo_i + tempo_j minus the league baseline.
raw_oFloat64Raw o.
raw_dFloat64Raw d.
gamesInt64Games played.
rankInt64Whether to include statistical ranks in the returned table.
adj_em_zFloat64Within-season z-score of adj_em, computed as adj_em minus the season mean divided by the season standard deviation over every team in the frame, so it is mean 0 and standard deviation 1 per season.
load_wbb_ratings(seasons=2025)

load_wbb_player_value

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

Returns

col_nametypedescription
player_idStringUnique player identifier.
playerStringPlayer name.
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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 average, exactly box_obpm plus box_dbpm in every published row.
load_wbb_player_value(seasons=2025)

load_wbb_game_rosters

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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_positionStringAthlete position.
athlete_headshotStringURL of the player's ESPN headshot image on a.espncdn.com, whose filename is the athlete_id; null when ESPN publishes no headshot 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_wbb_game_rosters(seasons=2026)

load_wbb_officials

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
game_idStringUnique game identifier.
official_idInt32Unique official / referee identifier.
official_uidStringESPN's globally unique resource identifier for the official, read from the core-api items[] uid key; that payload never ships it, so the column is null for every published row.
official_full_nameStringESPN's fullName for the official, falling back to displayName when fullName is absent; ESPN sometimes ships it with a middle initial or a doubled internal space, so it is not simply first plus last name.
official_display_nameStringESPN's displayName for the official, which is identical to official_full_name in every published row of the released data.
official_first_nameStringThe official's given name as ESPN splits it out separately from the full name, excluding any middle initial that appears in official_full_name.
official_last_nameStringThe official's surname as ESPN splits it out; joined to official_first_name it reconstructs roughly 98 percent of official_full_name values, the rest differing by middle initials or spacing.
official_orderInt32ESPN's 1-based sequence of the official within that game's crew listing, unique within a game and running 1 to 3 for the standard three-person crew.
position_nameStringListed roster position ('Guard', 'Forward', 'Center').
position_display_nameStringPosition display name.
load_wbb_officials(seasons=2026)

load_wbb_player_season_stats

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
athlete_idInt32Unique athlete identifier (ESPN).
athlete_display_nameStringAthlete display name (full).
athlete_first_nameStringPlayer first name; athlete_detail = TRUE only.
athlete_last_nameStringAthlete last name.
athlete_position_abbreviationStringAthlete position abbreviation (G / F / C).
athlete_jerseyStringAthlete jersey number.
team_idInt32Unique team identifier.
team_display_nameStringFull team display name.
categoryStringCategory label.
stat_labelStringHuman-readable label of the statistic (e.g. 'At bats').
stat_nameStringInternal stat key.
stat_display_nameStringStat display name.
stat_descriptionStringESPN's prose definition of the statistic named in stat_name, for example The average assists per game for avgAssists; combined made-attempted stats carry both definitions joined by a hyphen.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_wbb_player_season_stats(seasons=2026)

load_wbb_rosters

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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_wbb_rosters(seasons=2026)

load_wbb_shots

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

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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.
athlete_name_1StringDisplay name of the shooter credited on the attempt in ESPN's play participants.
athlete_name_2StringDisplay name of the second athlete tied to the attempt (typically the assister), when present.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_mascotStringMascot/nickname of the shooting team from ESPN's team record.
team_abbrevStringAbbreviation for team.
load_wbb_shots(seasons=2026)

load_wbb_standings

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
group_idStringESPN group id.
group_nameStringGroup name (conference / division).
group_abbreviationStringGroup abbreviation.
group_short_nameStringShort display name of the conference or division grouping the row belongs to.
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_nameStringInternal stat key.
stat_display_nameStringStat display name.
stat_short_display_nameStringShort human-readable stat name.
stat_descriptionStringESPN's longer wording for the standings stat, for example Overall Record for the Team Season Record entry and Current Streak for Streak; null for stats ESPN ships without one, such as vs AP Top 25.
stat_abbreviationStringESPN's abbreviation for the standings stat, such as GB, OPP PPG or VS CONF; always populated and matching stat_short_display_name for about 90 percent of rows.
stat_typeStringStat type code (e.g. "win", "loss").
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_wbb_standings(seasons=2026)

load_wbb_team_season_stats

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
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_nameStringInternal stat key.
stat_display_nameStringStat display name.
stat_descriptionStringESPN's prose definition of the team statistic named in stat_name, for example The average blocks per game for avgBlocks or the full sentence defining a blocked shot for blocks.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_wbb_team_season_stats(seasons=2026)

load_wbb_player_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
espn_team_idInt32ESPN team id (canonical key).
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
player_nameStringPlayer name.
espn_athlete_idStringESPN athlete id.
espn_full_nameStringESPN full name.
espn_jerseyStringESPN jersey number.
espn_positionStringESPN position abbreviation.
fox_athlete_idStringFox athlete id (NA if unmatched).
fox_playerStringFox player name (NA if unmatched).
fox_jerseyStringFox jersey number (NA if unmatched).
fox_position_groupStringFox position group label (NA if unmatched).
yahoo_player_idStringYahoo player id (NA placeholder).
yahoo_player_nameStringYahoo player name (NA placeholder).
match_methodStringCombination of matched sources, e.g. "fox+bart" / "fox_only" / "bart_only" / "espn_only".
match_confidenceFloat64Jaro-Winkler score or 1 for exact (NA if none).
match_keysStringNA (reserved for future use).
load_wbb_player_crosswalk(seasons=2026)

load_wbb_schedule_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
game_dateDateGame date (YYYY-MM-DD).
home_espn_team_idInt32ESPN home team id (NA for bart-only rows).
away_espn_team_idInt32ESPN away team id (NA for bart-only rows).
espn_game_idStringESPN game id (NA for bart-only rows).
bart_muidStringTorvik muid (NA for espn-only rows).
bart_team1StringTorvik team1 name (NA for espn-only rows).
bart_team2StringTorvik team2 name (NA for espn-only rows).
bart_winnerStringTorvik winner name (NA for espn-only rows).
fox_game_idStringFox game id (NA placeholder).
yahoo_game_idStringYahoo game id (NA placeholder).
match_methodStringCombination of matched sources, e.g. "fox+bart" / "fox_only" / "bart_only" / "espn_only".
match_confidenceFloat64Jaro-Winkler score or 1 for exact (NA if none).
load_wbb_schedule_crosswalk(seasons=2026)

load_wbb_team_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
espn_team_idInt32ESPN team id (canonical key).
espn_abbreviationStringESPN abbreviation.
espn_display_nameStringESPN display name (school + mascot).
espn_short_nameStringESPN short name.
espn_locationStringESPN school/location only.
espn_mascotStringESPN team mascot/nickname.
espn_conferenceStringESPN conference name.
fox_team_idStringFox Bifrost team id (NA if unmatched).
fox_team_nameStringFox team name (NA if unmatched).
fox_sectionStringFox conference/section label (NA if unmatched).
bart_teamStringTorvik team name (NA if unmatched).
bart_confStringTorvik conference abbreviation (NA if unmatched).
yahoo_team_idStringYahoo team id (NA placeholder).
yahoo_team_nameStringYahoo team name (NA placeholder).
fox_match_confidenceFloat641 for matched, NA for unmatched.
bart_match_confidenceFloat641 for matched, NA for unmatched.
match_methodStringCombination of matched sources, e.g. "fox+bart" / "fox_only" / "bart_only" / "espn_only".
load_wbb_team_crosswalk(seasons=2026)

load_wbb_player_core

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
athlete_idInt64Unique athlete identifier (ESPN).
guidStringStable cross-league team GUID.
uidStringESPN UID string.
slugStringURL-safe identifier.
typeStringRecord type / category.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
full_nameStringPlayer's full name.
display_nameStringDisplay name.
short_nameStringShort display name.
heightFloat64Player height (string e.g. '6-2' or inches).
display_heightStringPlayer height in display format (e.g. '6-2').
weightFloat64Player weight in pounds.
display_weightStringPlayer weight in display format (e.g. '180 lbs').
ageInt32Player age (in years).
date_of_birthStringDate of birth (YYYY-MM-DD).
birth_cityStringBirth city.
birth_stateStringBirth state / region.
birth_countryStringPlayer birth country.
jerseyStringJersey number worn by the player.
position_idInt32Unique position identifier.
position_nameStringListed roster position ('Guard', 'Forward', 'Center').
position_abbreviationStringPosition abbreviation ('G' / 'F' / 'C').
position_display_nameStringPosition display name.
college_idInt32Unique identifier for college.
current_team_idInt32Player's current team identifier.
headshot_hrefStringHeadshot image URL.
experience_yearsInt32Experience years.
status_idInt32Status identifier.
status_nameStringStatus label.
status_typeStringStatus type.
draft_yearInt32Draft year (4-digit).
draft_roundInt32Round of the draft selection.
draft_selectionInt32Draft selection.
activeBooleanTRUE if the row represents an active record (player / team / season).
load_wbb_player_core(seasons=2025)

load_ncaa_wbb_rapm

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

Returns

col_nametypedescription
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
player_idStringUnique player identifier.
person_idStringUnique player identifier (V3 endpoints).
playerStringPlayer name.
teamStringTeam-side label or team identifier.
orapmFloat64Offensive regularized adjusted plus-minus: points contributed per 100 possessions on offense, adjusted for the other 9 players on the floor.
drapmFloat64Defensive regularized adjusted plus-minus: points prevented per 100 possessions on defense (higher is better defense), adjusted for the other 9 players on the floor.
rapm_netFloat64Net RAPM (orapm plus drapm): overall point contribution per 100 possessions. Verified against live data: rapm_net == orapm + drapm exactly.
off_possInt64Offensive possessions the player was on court for; the regression weight behind orapm.
def_possInt64Defensive possessions the player was on court for; the regression weight behind drapm.
estimandStringFit-scope tag for the RAPM model that produced this row (observed value: 'league', a Division I-wide fit) -- one row per player-season, not per estimand.
load_ncaa_wbb_rapm(seasons=2024)

load_ncaa_wbb_pbp

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

Returns

col_nametypedescription
game_dateStringGame date (YYYY-MM-DD).
homeStringHome.
awayStringAway record.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
clockStringGame clock value.
game_timeStringGame start time.
game_secondsInt64Elapsed seconds in the game.
home_scoreInt64Home team score at the time of the play.
away_scoreInt64Away team score at the time of the play.
event_teamStringTeam associated with the shift change.
event_descriptionStringHuman-readable event description.
player_1StringName of the primary player credited on the event (shooter, fouler, rebounder, etc.), as scraped from stats.ncaa.org.
player_2StringName of the secondary player on the event (e.g., the assister or the player subbed for), when present.
event_typeStringEvent / play type code (V2 PBP).
event_resultStringOutcome of the event, e.g. made or missed for shot attempts.
shot_valueInt64Point value of the shot (2 or 3).
event_lengthInt64Seconds elapsed between this event and the previous event in the game.
poss_numInt64Sequential possession number within the game that the event belongs to.
poss_teamStringName of the team in possession when the event occurred.
poss_lengthInt64Duration of the enclosing possession in seconds.
is_transitionBooleanFlag marking events that occurred in transition, within the opening seconds of the possession.
home_1StringName of the home team's on-floor player in lineup slot 1 for the event, from the substitution walk-forward.
home_2StringName of the home team's on-floor player in lineup slot 2 for the event, from the substitution walk-forward.
home_3StringName of the home team's on-floor player in lineup slot 3 for the event, from the substitution walk-forward.
home_4StringName of the home team's on-floor player in lineup slot 4 for the event, from the substitution walk-forward.
home_5StringName of the home team's on-floor player in lineup slot 5 for the event, from the substitution walk-forward.
away_1StringName of the away team's on-floor player in lineup slot 1 for the event, from the substitution walk-forward.
away_2StringName of the away team's on-floor player in lineup slot 2 for the event, from the substitution walk-forward.
away_3StringName of the away team's on-floor player in lineup slot 3 for the event, from the substitution walk-forward.
away_4StringName of the away team's on-floor player in lineup slot 4 for the event, from the substitution walk-forward.
away_5StringName of the away team's on-floor player in lineup slot 5 for the event, from the substitution walk-forward.
statusStringStatus label.
is_garbage_timeBooleanFlag marking events in garbage time under the score-margin and clock rule of the pbp builder.
sub_deviateInt64Per-game count of substitution-tracking deviations found while walking lineups forward; nonzero flags imperfect substitution data.
contest_idStringstats.ncaa.org contest (game) identifier.
home_ncaa_team_idStringstats.ncaa.org team identifier for the home team.
home_espn_team_idStringESPN home team id (NA for bart-only rows).
away_ncaa_team_idStringstats.ncaa.org team identifier for the away team.
away_espn_team_idStringESPN away team id (NA for bart-only rows).
event_team_ncaa_team_idStringstats.ncaa.org team identifier of the team credited with the event.
event_team_espn_team_idStringESPN team identifier of the team credited with the event, via the NCAA-to-ESPN crosswalk.
poss_team_ncaa_team_idStringstats.ncaa.org team identifier of the team in possession.
poss_team_espn_team_idStringESPN team identifier of the team in possession, via the NCAA-to-ESPN crosswalk.
player_1_idStringstats.ncaa.org player identifier for player_1, resolved through the roster name matcher.
player_1_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name for player_1.
player_2_idStringstats.ncaa.org player identifier for player_2, resolved through the roster name matcher.
player_2_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name for player_2.
home_1_player_idStringstats.ncaa.org player identifier for the home slot-1 on-floor player.
home_1_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-1 on-floor player.
home_2_player_idStringstats.ncaa.org player identifier for the home slot-2 on-floor player.
home_2_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-2 on-floor player.
home_3_player_idStringstats.ncaa.org player identifier for the home slot-3 on-floor player.
home_3_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-3 on-floor player.
home_4_player_idStringstats.ncaa.org player identifier for the home slot-4 on-floor player.
home_4_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-4 on-floor player.
home_5_player_idStringstats.ncaa.org player identifier for the home slot-5 on-floor player.
home_5_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-5 on-floor player.
away_1_player_idStringstats.ncaa.org player identifier for the away slot-1 on-floor player.
away_1_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-1 on-floor player.
away_2_player_idStringstats.ncaa.org player identifier for the away slot-2 on-floor player.
away_2_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-2 on-floor player.
away_3_player_idStringstats.ncaa.org player identifier for the away slot-3 on-floor player.
away_3_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-3 on-floor player.
away_4_player_idStringstats.ncaa.org player identifier for the away slot-4 on-floor player.
away_4_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-4 on-floor player.
away_5_player_idStringstats.ncaa.org player identifier for the away slot-5 on-floor player.
away_5_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-5 on-floor player.
espn_game_idStringESPN game id (NA for bart-only rows).
is_fastbreakBooleanFlag marking the shot as a fast-break attempt, from the stats.ncaa.org play text.
is_from_turnoverBooleanFlag marking an attempt generated off an opponent turnover.
is_paintBooleanFlag marking the shot as attempted in the paint.
is_second_chanceBooleanFlag marking a second-chance attempt following an offensive rebound.
assist_playerStringName of the player credited with the assist on a made shot, when present.
ft_numberInt64Which free throw of the trip this attempt is (1 of 2, 2 of 2, etc.).
ft_attemptsInt64Total free throws in the trip this attempt belongs to.
foul_classStringParsed category of the foul event (e.g. personal, offensive).
is_shooting_foulBooleanFlag marking the foul as a shooting foul.
is_looseball_foulBooleanFlag marking the foul as a loose-ball foul.
is_one_and_oneBooleanFlag marking a bonus one-and-one free-throw trip.
is_flagrantBooleanFlag marking the foul as flagrant.
foul_tech_classStringParsed technical-foul class for technical foul events, when present.
ft_awardedInt64Number of free throws awarded by the foul.
turnover_typeStringParsed turnover subtype (e.g. lost ball, bad pass, travel).
is_team_turnoverBooleanFlag marking a turnover charged to the team rather than an individual player.
timeout_typeStringType of timeout called (e.g. full, 30-second, media).
challenge_outcomeStringOutcome of a coach's challenge or video-review event, when present.
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_pbp(seasons=2024)

load_ncaa_wbb_schedule

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

Returns

col_nametypedescription
contest_idStringstats.ncaa.org contest (game) identifier.
game_dateStringGame date (YYYY-MM-DD).
homeStringHome.
awayStringAway record.
home_scoreInt64Home team score at the time of the play.
away_scoreInt64Away team score at the time of the play.
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_schedule(seasons=2024)

load_ncaa_wbb_player_box

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

Returns

col_nametypedescription
game_dateStringGame date (YYYY-MM-DD).
homeStringHome.
awayStringAway record.
teamStringTeam-side label or team identifier.
playerStringPlayer name.
minsFloat64Minutes played, derived from the lineup walk-forward through the play-by-play.
o_possFloat64Offensive possessions the player was on the floor for.
ptsFloat64Points scored.
orbFloat64Offensive rebounds.
drbFloat64Defensive rebounds.
astFloat64Assists.
stlFloat64Steals.
blkFloat64Blocks.
tovFloat64Turnovers.
pfFloat64Personal fouls.
ts_pctFloat64True shooting percentage (0-1).
efg_pctFloat64Effective field-goal percentage, weighting made threes at 1.5.
fgmFloat64Field goals made.
fgaFloat64Field goal attempts.
fg_pctFloat64Field goal percentage (0-1).
tpmFloat64Three-point field goals made.
tpaFloat64Three-point field goals attempted.
tp_pctFloat64Three-point field-goal percentage.
ftmFloat64Free throws made.
ftaFloat64Free throw attempts.
ft_pctFloat64Free throw percentage (0-1).
rimmFloat64Rim shots (dunks, layups, hooks, tip-ins) made.
rimaFloat64Rim shots (dunks, layups, hooks, tip-ins) attempted.
rim_pctFloat64Field-goal percentage on rim attempts.
midmFloat64Mid-range (non-rim two-point) shots made.
midaFloat64Mid-range (non-rim two-point) shots attempted.
mid_pctFloat64Field-goal percentage on mid-range attempts.
pbackmFloat64Putbacks made — rim shots immediately following an offensive rebound.
pbackaFloat64Putbacks attempted — rim shots immediately following an offensive rebound.
pback_pctFloat64Field-goal percentage on putback attempts.
blk_rimFloat64Blocks recorded against opponent rim attempts.
blk_midFloat64Blocks recorded against opponent mid-range attempts.
blk_threeFloat64Blocks recorded against opponent three-point attempts.
pct_fga_transFloat64Share of the player's field-goal attempts taken in transition.
pct_tpa_transFloat64Share of the player's three-point attempts taken in transition.
pct_rima_transFloat64Share of the player's rim attempts taken in transition.
pct_fgm_transFloat64Share of the player's field-goal makes that came in transition.
pct_tpm_transFloat64Share of the player's three-point makes that came in transition.
pct_rimm_transFloat64Share of the player's rim makes that came in transition.
pct_fgm_astFloat64Share of the player's made field goals that were assisted.
pct_tpm_astFloat64Share of the player's made threes that were assisted.
pct_rimm_astFloat64Share of the player's made rim shots that were assisted.
pts_transFloat64Points scored in transition possessions.
orb_transFloat64Offensive rebounds in transition possessions.
drb_transFloat64Defensive rebounds in transition possessions.
ast_transFloat64Assists in transition possessions.
stl_transFloat64Steals in transition possessions.
blk_transFloat64Blocks in transition possessions.
tov_transFloat64Turnovers in transition possessions.
ts_pct_transFloat64True-shooting percentage in transition possessions.
efg_pct_transFloat64Effective field-goal percentage in transition possessions.
fgm_transFloat64Field goals made in transition possessions.
fga_transFloat64Field goals attempted in transition possessions.
fg_pct_transFloat64Field-goal percentage in transition possessions.
tpm_transFloat64Three-pointers made in transition possessions.
tpa_transFloat64Three-pointers attempted in transition possessions.
tp_pct_transFloat64Three-point percentage in transition possessions.
ftm_transFloat64Free throws made in transition possessions.
fta_transFloat64Free throws attempted in transition possessions.
ft_pct_transFloat64Free-throw percentage in transition possessions.
rimm_transFloat64Rim shots made in transition possessions.
rima_transFloat64Rim shots attempted in transition possessions.
rim_pct_transFloat64Rim field-goal percentage in transition possessions.
midm_transFloat64Mid-range shots made in transition possessions.
mida_transFloat64Mid-range shots attempted in transition possessions.
mid_pct_transFloat64Mid-range field-goal percentage in transition possessions.
pts_halfFloat64Points scored in halfcourt possessions.
orb_halfFloat64Offensive rebounds in halfcourt possessions.
drb_halfFloat64Defensive rebounds in halfcourt possessions.
ast_halfFloat64Assists in halfcourt possessions.
stl_halfFloat64Steals in halfcourt possessions.
blk_halfFloat64Blocks in halfcourt possessions.
tov_halfFloat64Turnovers in halfcourt possessions.
ts_pct_halfFloat64True-shooting percentage in halfcourt possessions.
efg_pct_halfFloat64Effective field-goal percentage in halfcourt possessions.
fgm_halfFloat64Field goals made in halfcourt possessions.
fga_halfFloat64Field goals attempted in halfcourt possessions.
fg_pct_halfFloat64Field-goal percentage in halfcourt possessions.
tpm_halfFloat64Three-pointers made in halfcourt possessions.
tpa_halfFloat64Three-pointers attempted in halfcourt possessions.
tp_pct_halfFloat64Three-point percentage in halfcourt possessions.
ftm_halfFloat64Free throws made in halfcourt possessions.
fta_halfFloat64Free throws attempted in halfcourt possessions.
ft_pct_halfFloat64Free-throw percentage in halfcourt possessions.
rimm_halfFloat64Rim shots made in halfcourt possessions.
rima_halfFloat64Rim shots attempted in halfcourt possessions.
rim_pct_halfFloat64Rim field-goal percentage in halfcourt possessions.
midm_halfFloat64Mid-range shots made in halfcourt possessions.
mida_halfFloat64Mid-range shots attempted in halfcourt possessions.
mid_pct_halfFloat64Mid-range field-goal percentage in halfcourt possessions.
pts_astFloat64Points from the player's assisted field-goal makes.
fgm_astFloat64Assisted field-goal makes.
tpm_astFloat64Assisted three-point makes.
rimm_astFloat64Assisted rim makes.
midm_astFloat64Assisted mid-range makes.
pts_unastFloat64Points from the player's unassisted field-goal makes.
efg_pct_unastFloat64Effective field-goal percentage in the unassisted split (makes for which no assist was credited).
fgm_unastFloat64Field goals made in the unassisted split (makes for which no assist was credited).
fga_unastFloat64Field goals attempted in the unassisted split (makes for which no assist was credited).
fg_pct_unastFloat64Field-goal percentage in the unassisted split (makes for which no assist was credited).
tpm_unastFloat64Three-pointers made in the unassisted split (makes for which no assist was credited).
tpa_unastFloat64Three-pointers attempted in the unassisted split (makes for which no assist was credited).
tp_pct_unastFloat64Three-point percentage in the unassisted split (makes for which no assist was credited).
rimm_unastFloat64Rim shots made in the unassisted split (makes for which no assist was credited).
rima_unastFloat64Rim shots attempted in the unassisted split (makes for which no assist was credited).
rim_pct_unastFloat64Rim field-goal percentage in the unassisted split (makes for which no assist was credited).
midm_unastFloat64Mid-range shots made in the unassisted split (makes for which no assist was credited).
mida_unastFloat64Mid-range shots attempted in the unassisted split (makes for which no assist was credited).
mid_pct_unastFloat64Mid-range field-goal percentage in the unassisted split (makes for which no assist was credited).
contest_idStringstats.ncaa.org contest (game) identifier.
home_ncaa_team_idStringstats.ncaa.org team identifier for the home team.
home_espn_team_idStringESPN home team id (NA for bart-only rows).
away_ncaa_team_idStringstats.ncaa.org team identifier for the away team.
away_espn_team_idStringESPN away team id (NA for bart-only rows).
team_ncaa_team_idStringstats.ncaa.org team identifier of the player's team.
team_espn_team_idStringESPN team identifier of the player's team, via the NCAA-to-ESPN crosswalk.
player_idStringUnique player identifier.
clean_nameStringNormalized (diacritics- and punctuation-cleaned) player name used to join across the NCAA datasets.
espn_game_idStringESPN game id (NA for bart-only rows).
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_player_box(seasons=2024)

load_ncaa_wbb_team_box

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

Returns

col_nametypedescription
homeStringHome.
awayStringAway record.
teamStringTeam-side label or team identifier.
minsFloat64Minutes covered by the team's tracked lineups in the game.
o_minsFloat64Minutes spent on tracked offensive possessions.
d_minsFloat64Minutes spent on tracked defensive possessions.
o_possFloat64Offensive possessions.
d_possFloat64Defensive possessions.
ortgFloat64Offensive rating — points scored per 100 possessions.
drtgFloat64Defensive rating — points allowed per 100 possessions.
netrtgFloat64Net rating — offensive rating minus defensive rating.
ptsFloat64Points scored.
d_ptsFloat64Points allowed.
fgaFloat64Field goal attempts.
d_fgaFloat64Opponent field-goal attempts.
fgmFloat64Field goals made.
d_fgmFloat64Opponent field goals made.
tpaFloat64Three-point attempts.
d_tpaFloat64Opponent three-point attempts.
tpmFloat64Three-pointers made.
d_tpmFloat64Opponent three-pointers made.
ftaFloat64Free throw attempts.
d_ftaFloat64Opponent free-throw attempts.
ftmFloat64Free throws made.
d_ftmFloat64Opponent free throws made.
rimaFloat64Rim shots (dunks, layups, hooks, tip-ins) attempted.
d_rimaFloat64Opponent rim shots attempted.
rimmFloat64Rim shots made.
d_rimmFloat64Opponent rim shots made.
orbFloat64Offensive rebounds.
d_orbFloat64Opponent offensive rebounds.
drbFloat64Defensive rebounds.
d_drbFloat64Opponent defensive rebounds.
blkFloat64Blocks.
d_blkFloat64Opponent blocks (own shots blocked).
toFloat64To.
d_toFloat64Opponent turnovers forced.
astFloat64Assists.
d_astFloat64Opponent assists allowed.
e_possFloat64Estimated possessions — the average of the team's and the opponent's raw possession counts.
fg_pctFloat64Field goal percentage (0-1).
d_fg_pctFloat64Opponent field-goal percentage.
tppFloat64Three-point percentage.
d_tppFloat64Opponent three-point percentage.
ftpFloat64Free-throw percentage.
d_ftpFloat64Opponent free-throw percentage.
efg_pctFloat64Effective field-goal percentage, weighting made threes at 1.5.
d_efg_pctFloat64Opponent effective field-goal percentage.
ts_pctFloat64True shooting percentage (0-1).
d_ts_pctFloat64Opponent true-shooting percentage.
rim_pctFloat64Field-goal percentage on rim attempts.
d_rim_pctFloat64Opponent field-goal percentage on rim attempts.
mid_pctFloat64Field-goal percentage on mid-range attempts.
d_mid_pctFloat64Opponent field-goal percentage on mid-range attempts.
tp_rateFloat64Three-point attempts as a share of field-goal attempts.
d_tp_rateFloat64Opponent three-point attempts as a share of their field-goal attempts.
rim_rateFloat64Rim attempts as a share of field-goal attempts.
d_rim_rateFloat64Opponent rim attempts as a share of their field-goal attempts.
mid_rateFloat64Mid-range attempts as a share of field-goal attempts.
d_mid_rateFloat64Opponent mid-range attempts as a share of their field-goal attempts.
ft_rateFloat64Ft rate.
d_ft_rateFloat64Opponent free-throw attempts relative to their field-goal attempts.
ast_rateFloat64Share of the team's made field goals that were assisted.
d_ast_rateFloat64Share of opponent made field goals that were assisted.
to_rateFloat64To rate.
d_to_rateFloat64Opponent turnovers as a share of their possessions (forced-turnover rate).
blk_rateFloat64Share of opponent two-point attempts the team blocked.
o_blk_rateFloat64Share of the team's own two-point attempts blocked by the opponent.
orb_pctFloat64Offensive rebound percentage.
drb_pctFloat64Defensive rebound percentage.
time_per_possFloat64Average seconds per offensive possession.
d_time_per_possFloat64Average seconds per defensive possession.
contest_idStringstats.ncaa.org contest (game) identifier.
home_ncaa_team_idStringstats.ncaa.org team identifier for the home team.
home_espn_team_idStringESPN home team id (NA for bart-only rows).
away_ncaa_team_idStringstats.ncaa.org team identifier for the away team.
away_espn_team_idStringESPN away team id (NA for bart-only rows).
team_ncaa_team_idStringstats.ncaa.org team identifier of the team the row belongs to.
team_espn_team_idStringESPN team identifier of the team, via the NCAA-to-ESPN crosswalk.
espn_game_idStringESPN game id (NA for bart-only rows).
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_team_box(seasons=2024)

load_ncaa_wbb_rosters

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

Returns

col_nametypedescription
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
teamStringTeam-side label or team identifier.
playerStringPlayer name.
gamesInt64Games played.
load_ncaa_wbb_rosters(seasons=2024)

load_ncaa_wbb_team_rosters

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

Returns

col_nametypedescription
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
team_idStringUnique team identifier.
teamStringTeam-side label or team identifier.
player_idStringUnique player identifier.
playerStringPlayer name.
clean_nameStringNormalized (diacritics- and punctuation-cleaned) player name used to join across the NCAA datasets.
nameStringDisplay name.
jerseyStringJersey number worn by the player.
classStringCollege class / draft eligibility note.
positionStringListed roster position (G, F, C, etc.).
heightStringPlayer height (string e.g. '6-2' or inches).
ht_inchesInt64Player height converted to total inches from the stats.ncaa.org roster listing.
hometownStringPlayer hometown.
high_schoolStringHigh school
gpStringGames played.
gsStringGames started.
load_ncaa_wbb_team_rosters(seasons=2024)

load_ncaa_wbb_team_ids

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

Returns

col_nametypedescription
teamStringTeam-side label or team identifier.
conferenceStringFilter players or teams by conference.
idStringUnique play identification number
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_team_ids(seasons=2024)

load_ncaa_wbb_possessions

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

Returns

col_nametypedescription
game_dateStringGame date (YYYY-MM-DD).
homeStringHome.
awayStringAway record.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
poss_numInt64Sequential possession number within the game.
poss_teamStringName of the team in possession.
home_1StringName of the home team's on-floor player in lineup slot 1 for the possession, from the substitution walk-forward.
home_2StringName of the home team's on-floor player in lineup slot 2 for the possession, from the substitution walk-forward.
home_3StringName of the home team's on-floor player in lineup slot 3 for the possession, from the substitution walk-forward.
home_4StringName of the home team's on-floor player in lineup slot 4 for the possession, from the substitution walk-forward.
home_5StringName of the home team's on-floor player in lineup slot 5 for the possession, from the substitution walk-forward.
away_1StringName of the away team's on-floor player in lineup slot 1 for the possession, from the substitution walk-forward.
away_2StringName of the away team's on-floor player in lineup slot 2 for the possession, from the substitution walk-forward.
away_3StringName of the away team's on-floor player in lineup slot 3 for the possession, from the substitution walk-forward.
away_4StringName of the away team's on-floor player in lineup slot 4 for the possession, from the substitution walk-forward.
away_5StringName of the away team's on-floor player in lineup slot 5 for the possession, from the substitution walk-forward.
home_scoreInt64Home team score at the time of the play.
away_scoreInt64Away team score at the time of the play.
ptsInt64Points scored.
is_assistedInt641 when the possession's made field goal was assisted, else 0.
is_transitionInt641 for transition possessions, else 0.
is_garbage_timeInt641 for possessions in garbage time under the score-margin and clock rule, else 0.
start_event_typeStringEvent type that opened the possession (e.g., a defensive rebound or a made-basket inbound).
first_shot_timeInt64Clock time in seconds at the possession's first shot attempt, from the possession segmentation engine.
first_shot_typeStringShot class of the possession's first attempt (rim, mid-range, or three).
last_event_timeInt64Clock time in seconds at the possession's final event.
last_event_typeStringEvent type that ended the possession (e.g., a made shot, turnover, or defensive rebound).
contest_idStringstats.ncaa.org contest (game) identifier.
home_ncaa_team_idStringstats.ncaa.org team identifier for the home team.
home_espn_team_idStringESPN home team id (NA for bart-only rows).
away_ncaa_team_idStringstats.ncaa.org team identifier for the away team.
away_espn_team_idStringESPN away team id (NA for bart-only rows).
poss_team_ncaa_team_idStringstats.ncaa.org team identifier of the team in possession.
poss_team_espn_team_idStringESPN team identifier of the team in possession, via the NCAA-to-ESPN crosswalk.
home_1_player_idStringstats.ncaa.org player identifier for the home slot-1 on-floor player.
home_1_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-1 on-floor player.
home_2_player_idStringstats.ncaa.org player identifier for the home slot-2 on-floor player.
home_2_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-2 on-floor player.
home_3_player_idStringstats.ncaa.org player identifier for the home slot-3 on-floor player.
home_3_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-3 on-floor player.
home_4_player_idStringstats.ncaa.org player identifier for the home slot-4 on-floor player.
home_4_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-4 on-floor player.
home_5_player_idStringstats.ncaa.org player identifier for the home slot-5 on-floor player.
home_5_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the home slot-5 on-floor player.
away_1_player_idStringstats.ncaa.org player identifier for the away slot-1 on-floor player.
away_1_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-1 on-floor player.
away_2_player_idStringstats.ncaa.org player identifier for the away slot-2 on-floor player.
away_2_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-2 on-floor player.
away_3_player_idStringstats.ncaa.org player identifier for the away slot-3 on-floor player.
away_3_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-3 on-floor player.
away_4_player_idStringstats.ncaa.org player identifier for the away slot-4 on-floor player.
away_4_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-4 on-floor player.
away_5_player_idStringstats.ncaa.org player identifier for the away slot-5 on-floor player.
away_5_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the away slot-5 on-floor player.
espn_game_idStringESPN game id (NA for bart-only rows).
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_possessions(seasons=2024)

load_ncaa_wbb_lineups

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

Returns

col_nametypedescription
lineup_keyStringSorted player-code key identifying the five-player unit on the floor (hoop-explorer convention).
dateStringDate in YYYY-MM-DD format.
location_typeStringWhether the lineup's team was the Home or Away side in the game.
teamStringTeam-side label or team identifier.
team_yearInt64Season year of the team-season the lineup row belongs to.
opponentStringOpponent.
lineup_idStringSorted-name identifier of the five-player lineup, joined from the on-floor player names.
start_minFloat64Game minute at which the stint began.
end_minFloat64Game minute at which the stint ended.
duration_minsFloat64Length of the stint in minutes.
player_1StringName of the first player (in sorted order) of the five-player lineup.
player_2StringName of the second player (in sorted order) of the five-player lineup.
player_3StringName of the third player (in sorted order) of the five-player lineup.
player_4StringName of the fourth player (in sorted order) of the five-player lineup.
player_5StringName of the fifth player (in sorted order) of the five-player lineup.
players_inStringDelimited names of the players substituted in at the start of the stint.
players_outStringDelimited names of the players substituted out at the end of the stint.
start_scoredInt64Team points scored at the moment the stint began.
start_allowedInt64Points allowed at the moment the stint began.
end_scoredInt64Team points scored at the moment the stint ended.
end_allowedInt64Points allowed at the moment the stint ended.
start_diffInt64Score margin (scored minus allowed) when the stint began.
end_diffInt64Score margin (scored minus allowed) when the stint ended.
player_count_errorNullFlag marking stints where the reconciled on-floor count was not exactly five players (all-null when clean).
possInt64Poss.
ptsInt64Points scored.
plus_minusInt64Plus/minus point differential while on court.
fgaInt64Field goal attempts.
fgmInt64Field goals made.
rimaInt64Rim shots (dunks, layups, hooks, tip-ins) attempted by the lineup during the stint.
rimmInt64Rim shots made by the lineup during the stint.
rim_astInt64Assisted rim makes by the lineup during the stint.
midaInt64Mid-range shots attempted by the lineup during the stint.
midmInt64Mid-range shots made by the lineup during the stint.
mid_astInt64Assisted mid-range makes by the lineup during the stint.
fg2aInt64Two-point field goals attempted by the lineup during the stint.
fg2mInt64Two-point field goals made by the lineup during the stint.
tpaInt64Three-pointers attempted by the lineup during the stint.
tpmInt64Three-pointers made by the lineup during the stint.
tp_astInt64Assisted three-point makes by the lineup during the stint.
ftaInt64Free throw attempts.
ftmInt64Free throws made.
orbInt64Offensive rebounds by the lineup during the stint.
drbInt64Defensive rebounds by the lineup during the stint.
toInt64To.
stlInt64Steals.
blkInt64Blocks.
astInt64Assists.
foulInt64Fouls committed by the lineup during the stint.
opp_possInt64Opponent possessions while the lineup was on the floor during the stint.
opp_ptsInt64Opponent points.
opp_plus_minusInt64Opponent scoring margin while the lineup was on the floor during the stint.
opp_fgaInt64Opponent field-goal attempts while the lineup was on the floor during the stint.
opp_fgmInt64Opponent field goals made while the lineup was on the floor during the stint.
opp_rimaInt64Opponent rim shots attempted while the lineup was on the floor during the stint.
opp_rimmInt64Opponent rim shots made while the lineup was on the floor during the stint.
opp_rim_astInt64Opponent assisted rim makes while the lineup was on the floor during the stint.
opp_midaInt64Opponent mid-range shots attempted while the lineup was on the floor during the stint.
opp_midmInt64Opponent mid-range shots made while the lineup was on the floor during the stint.
opp_mid_astInt64Opponent assisted mid-range makes while the lineup was on the floor during the stint.
opp_fg2aInt64Opponent two-point attempts while the lineup was on the floor during the stint.
opp_fg2mInt64Opponent two-point makes while the lineup was on the floor during the stint.
opp_tpaInt64Opponent three-point attempts while the lineup was on the floor during the stint.
opp_tpmInt64Opponent three-point makes while the lineup was on the floor during the stint.
opp_tp_astInt64Opponent assisted three-point makes while the lineup was on the floor during the stint.
opp_ftaInt64Opponent free-throw attempts while the lineup was on the floor during the stint.
opp_ftmInt64Opponent free throws made while the lineup was on the floor during the stint.
opp_orbInt64Opponent offensive rebounds while the lineup was on the floor during the stint.
opp_drbInt64Opponent defensive rebounds while the lineup was on the floor during the stint.
opp_toInt64Opponent turnovers while the lineup was on the floor during the stint.
opp_stlInt64Opponent steals while the lineup was on the floor during the stint.
opp_blkInt64Opponent blocks while the lineup was on the floor during the stint.
opp_astInt64Opponent assists while the lineup was on the floor during the stint.
opp_foulInt64Opponent fouls committed while the lineup was on the floor during the stint.
stint_numInt64Sequential on-floor stint number for the lineup within the game.
contest_idStringstats.ncaa.org contest (game) identifier.
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
load_ncaa_wbb_lineups(seasons=2024)

load_ncaa_wbb_matchup_stints

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

Returns

col_nametypedescription
contest_idStringstats.ncaa.org contest (game) identifier.
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
game_dateStringGame date (YYYY-MM-DD).
homeStringHome.
awayStringAway record.
game_stint_numInt64Sequential stint number within the game, incremented at every substitution by either team.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
start_secondsInt64Elapsed game seconds at which the stint began.
end_secondsInt64Elapsed game seconds at which the stint ended.
duration_secondsInt64Duration of the lineup stint in seconds.
matchup_keyStringCombined home-plus-away lineup key identifying the ten-player matchup on the floor.
home_lineup_keyStringSorted player-code key for the home five on the floor.
away_lineup_keyStringSorted player-code key for the away five on the floor.
home_lineupStringDelimited names of the home five on the floor during the stint.
away_lineupStringDelimited names of the away five on the floor during the stint.
end_home_scoreInt64Home team score when the stint ended.
end_away_scoreInt64Away team score when the stint ended.
n_eventsInt64Number of play-by-play events falling within the stint.
n_possessionsInt64Number of possessions falling within the stint.
start_home_scoreInt64Home team score when the stint began.
start_away_scoreInt64Away team score when the stint began.
home_ptsInt64Points scored by the home team during the stint.
away_ptsInt64Points scored by the away team during the stint.
home_1StringName of the home team's on-floor player in lineup slot 1 for the stint.
home_2StringName of the home team's on-floor player in lineup slot 2 for the stint.
home_3StringName of the home team's on-floor player in lineup slot 3 for the stint.
home_4StringName of the home team's on-floor player in lineup slot 4 for the stint.
home_5StringName of the home team's on-floor player in lineup slot 5 for the stint.
away_1StringName of the away team's on-floor player in lineup slot 1 for the stint.
away_2StringName of the away team's on-floor player in lineup slot 2 for the stint.
away_3StringName of the away team's on-floor player in lineup slot 3 for the stint.
away_4StringName of the away team's on-floor player in lineup slot 4 for the stint.
away_5StringName of the away team's on-floor player in lineup slot 5 for the stint.
load_ncaa_wbb_matchup_stints(seasons=2024)

load_ncaa_wbb_shots

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

Returns

col_nametypedescription
seasonInt64Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
team_idStringUnique team identifier.
shooter_idStringUnique identifier for shooter.
shot_xFloat64Court x-coordinate of the attempt in feet, decoded from the stats.ncaa.org shot-chart map.
shot_yFloat64Court y-coordinate of the attempt in feet, decoded from the stats.ncaa.org shot-chart map.
dist_ftFloat64Shot distance from the basket in feet.
shot_zoneStringLabeled zone of the attempt (rim, mid-range, or three-point).
shot_typeStringShot type label (e.g. 'Jump Shot', 'Layup').
madeBooleanWhether the shot was made.
point_valueInt64Point value of the attempt (2 or 3).
periodNullPeriod of the game (1-4 quarters; 5+ for OT).
sec_leftNullSeconds remaining in the period when the shot was taken (all-null in current captures).
sourceStringNews source.
contest_idStringstats.ncaa.org contest (game) identifier.
ncaa_team_idStringstats.ncaa.org team identifier of the shooting team.
espn_team_idStringESPN team id (canonical key).
shooter_player_idStringstats.ncaa.org player identifier of the shooter.
shooter_clean_nameStringNormalized (diacritics- and punctuation-cleaned) name of the shooter.
espn_game_idStringESPN game id (NA for bart-only rows).
load_ncaa_wbb_shots(seasons=2024)

load_ncaa_wbb_rapm_within_team

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

Returns

col_nametypedescription
teamStringTeam-side label or team identifier.
player_codeStringShort unique-within-team player code generated from the player's name (hoop-explorer convention).
rapm_offFloat64Ridge-regressed offensive RAPM per 100 possessions, estimated relative to the player's own teammates.
rapm_defFloat64Ridge-regressed defensive RAPM per 100 possessions relative to teammates; positive means good defense.
team_off_possFloat64Team offensive possessions underlying the within-team fit.
num_playersInt64Number of players in the team's RAPM design matrix.
rapm_netFloat64Net RAPM — the sum of the offensive and defensive components, per 100 possessions.
seasonInt32Season as a 4-digit starting year (integer). A 'YYYY-YY' string is not accepted.
player_idStringUnique player identifier.
team_idStringUnique team identifier.
person_idStringUnique player identifier (V3 endpoints).
load_ncaa_wbb_rapm_within_team(seasons=2024)