Skip to main content
Version: 0.0.75

NBA dataset loaders

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

Automation status

DatasetRelease tagPipeline
load_nba_pbpespn_nba_pbp
load_nba_player_boxscoreespn_nba_player_boxscores
load_nba_scheduleespn_nba_schedules
load_nba_team_boxscoreespn_nba_team_boxscores
load_nba_game_rostersespn_nba_game_rosters
load_nba_officialsespn_nba_officials
load_nba_shotsespn_nba_shots
load_nba_standingsespn_nba_standings
load_nba_player_season_statsespn_nba_player_season_stats
load_nba_team_season_statsespn_nba_team_season_stats
load_nba_draftespn_nba_draft
load_nba_rostersespn_nba_rosters
load_nba_stats_schedulesnba_stats_schedules
load_nba_stats_coachesnba_stats_coaches
load_nba_stats_game_rostersnba_stats_game_rosters
load_nba_stats_lineupsnba_stats_lineups
load_nba_stats_lineups_v3nba_stats_lineups_v3
load_nba_stats_officialsnba_stats_officials
load_nba_stats_pbpnba_stats_pbp
load_nba_stats_pbp_v3nba_stats_pbpv3
load_nba_stats_player_boxscoresnba_stats_player_boxscores
load_nba_stats_player_game_logsnba_stats_player_game_logs
load_nba_stats_player_season_statsnba_stats_player_season_stats
load_nba_stats_possessions_v3nba_stats_possessions_v3
load_nba_stats_rostersnba_stats_rosters
load_nba_stats_shotsnba_stats_shots
load_nba_stats_standingsnba_stats_standings
load_nba_stats_team_boxscoresnba_stats_team_boxscores
load_nba_stats_team_season_statsnba_stats_team_season_stats
load_nba_player_crosswalknba_crosswalk
load_nba_schedule_crosswalknba_crosswalk
load_nba_team_crosswalknba_crosswalk
load_nba_player_coreespn_nba_player_core
load_nba_player_impactnba_player_impact

load_nba_pbp

Release: espn_nba_pbp · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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).
athlete_id_2Int32Secondary athlete identifier (e.g. assister / fouler).
athlete_id_3Int32Athlete id 3.
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_attemptedInt32
short_descriptionString
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.
qtrInt32Quarter (1-4) or OT period (5+).
timeStringTime / clock value.
clock_minutesInt32Clock minutes split out for convenience.
clock_secondsFloat64Clock seconds split out for convenience.
home_timeout_calledBoolean
away_timeout_calledBoolean
halfInt32Half of the game (1 or 2).
game_halfInt32Half of the game (1 or 2).
lead_qtrInt32Quarter lead (the next-play's quarter).
lead_halfInt32A lead column on the half
start_quarter_seconds_remainingFloat64Seconds remaining in the period at the start of the play.
start_half_seconds_remainingFloat64Seconds remaining in the half at the start of the play.
start_game_seconds_remainingFloat64Seconds remaining in the game at the start of the play.
end_quarter_seconds_remainingFloat64Seconds remaining in the period at the end of the play.
end_half_seconds_remainingFloat64Seconds remaining in the half at the end of the play.
end_game_seconds_remainingFloat64Seconds remaining in the game at the end of the play.
periodInt32Period of the game (1-4 quarters; 5+ for OT).
lag_qtrInt32Quarter lag (the previous-play's quarter).
lag_halfInt32A lag column on the half
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_1String
athlete_name_2String
athlete_name_3String
type_abbreviationStringType abbreviation.
load_nba_pbp(seasons=2024)

load_nba_player_boxscore

Release: espn_nba_player_boxscores · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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.
plus_minusStringPlus/minus point differential while on court.
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.
reasonStringReason.
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_nba_player_boxscore(seasons=2024)

load_nba_schedule

Release: espn_nba_schedules · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_schedules/nba_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.
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_abbreviationStringType abbreviation.
venue_idInt32Unique venue identifier.
venue_full_nameStringVenue full name.
venue_address_cityStringVenue address city.
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_scoreInt32Home team score at the time of the play.
home_winnerBooleanHome team's winner.
home_linescoresString
home_recordsString
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_scoreInt32Away team score at the time of the play.
away_winnerBooleanAway team's winner.
away_linescoresString
away_recordsString
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).
venue_address_stateStringVenue address state / region.
status_type_alt_detailStringStatus type alt detail.
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_nba_schedule(seasons=2024)

load_nba_team_boxscore

Release: espn_nba_team_boxscores · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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.
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).
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.
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.
lead_changesStringLead changes.
lead_percentageString
load_nba_team_boxscore(seasons=2024)

load_nba_game_rosters

Release: espn_nba_game_rosters · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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_positionStringAthlete position.
athlete_headshotStringURL of the player's headshot image.
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_nba_game_rosters(seasons=2002)

load_nba_officials

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

Returns

col_nametypedescription
seasonInt32Season year.
game_idInt32Unique game identifier.
official_full_nameStringFull name of an on-court game official as ESPN publishes it in the summary gameInfo.officials array; it is identical to official_display_name in every released NBA row.
official_display_nameStringESPN's display-form name for the official, falling back to the full name when ESPN omits it; it never diverges from official_full_name in the released NBA data.
official_positionStringESPN's label for the official's assignment slot; the NBA summary feed only ever ships Referee, so this reads the same on every released row.
official_position_idInt32ESPN's numeric identifier for the official's assignment slot, constant at 40 (Referee) across every released NBA season.
official_orderInt32The official's listing index within the game's crew as ESPN orders them, normally 1 through 3 for a three-person crew; a fourth entry appears in a small share of recent-season games and the sequence is not guaranteed to be gap-free.
load_nba_officials(seasons=2002)

load_nba_shots

Release: espn_nba_shots · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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.
athlete_name_1String
athlete_name_2String
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_mascotString
team_abbrevStringAbbreviation for team.
load_nba_shots(seasons=2002)

load_nba_standings

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

Returns

col_nametypedescription
seasonInt32Season year.
group_idStringESPN group id.
group_nameStringGroup name (conference / division).
group_abbreviationStringGroup abbreviation.
group_short_nameStringESPN's short name for the standings grouping the team sits in, read from the group node's shortName; the NBA standings payload supplies only the group name and abbreviation, so this is null throughout.
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.
stat_short_display_nameStringShort human-readable stat name.
stat_descriptionStringESPN's prose gloss for the standings statistic on this row; for the clincher stat it is not a fixed label but the team's actual status text, such as Clinched Playoff Berth or Eliminated From Playoff.
stat_abbreviationStringESPN's short code for the standings statistic, such as PCT, GB or OPP PPG; it is null for the four record-style splits (Home, Road, vs. Conf., vs. Div.), which ship no abbreviation.
stat_typeStringStat type code (e.g. "win", "loss").
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_nba_standings(seasons=2002)

load_nba_player_season_stats

Release: espn_nba_player_season_stats · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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.
stat_descriptionStringESPN's prose definition of the statistic on this row, for example the ratio of field goals made to field goals attempted; for the paired Made-Attempted stats it is the two definitions joined with a hyphen.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_nba_player_season_stats(seasons=2025)

load_nba_team_season_stats

Release: espn_nba_team_season_stats · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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.
stat_descriptionStringESPN's prose definition of the team statistic on this row, for example the average number of assists a team records per turnover.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_nba_team_season_stats(seasons=2025)

load_nba_draft

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

Returns

col_nametypedescription
seasonInt32Season year.
roundInt32Tournament / playoff round.
round_display_nameStringESPN's display label for the draft round a pick belongs to, read from the round object's displayName; the NBA payload supplies no round metadata, so this is null for every released season 2003 through 2025.
pickInt32Pick number within the round.
overall_pickInt32Overall pick.
pick_tradedStringESPN's traded flag for the pick, carried through as a string rather than a boolean; every released NBA row reads FALSE, so it does not currently identify traded picks.
pick_notesStringFree-text note ESPN can attach to a pick, read from the pick's notes or note field; the NBA draft payload never populates it, so it is null across all released seasons.
athlete_idInt32Unique athlete identifier (ESPN).
athlete_uidStringESPN athlete UID (universal identifier).
athlete_guidStringESPN athlete GUID.
athlete_first_nameStringPlayer first name; athlete_detail = TRUE only.
athlete_last_nameStringAthlete last name.
athlete_full_nameStringDrafted player full name.
athlete_display_nameStringAthlete display name (full).
athlete_short_nameStringAthlete short display name.
athlete_heightStringAthlete height.
athlete_weightStringAthlete weight.
athlete_position_abbreviationStringAthlete position abbreviation (G / F / C).
athlete_position_nameStringAthlete position ('Guard', 'Forward', 'Center').
athlete_headshot_hrefStringAthlete headshot image URL.
college_idInt32Unique identifier for college.
college_nameStringCollege / pre-draft team.
college_short_nameStringCollege short name.
college_abbreviationStringAbbreviation of the drafted player's college taken from the pick's nested college block; the ESPN NBA draft feed omits that block entirely, so this and the other college columns are null throughout.
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.
load_nba_draft(seasons=2025)

load_nba_rosters

Release: espn_nba_rosters · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_nba_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_nba_rosters(seasons=2025)

load_nba_stats_schedules

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

Returns

col_nametypedescription
season_idStringUnique season identifier.
team_idInt64Unique team identifier.
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
game_idStringUnique game identifier.
game_dateStringGame date (YYYY-MM-DD).
matchupStringMatchup.
wlStringWl.
minInt64Minutes played.
fgmInt64Field goals made.
fgaInt64Field goal attempts.
fg_pctFloat64Field goal percentage (0-1).
fg3mInt64Three-point field goals made.
fg3aInt64Three-point field goal attempts.
fg3_pctFloat64Three-point field goal percentage (0-1).
ftmInt64Free throws made.
ftaInt64Free throw attempts.
ft_pctFloat64Free throw percentage (0-1).
orebInt64Offensive rebounds.
drebInt64Defensive rebounds.
rebInt64Rebounds per game.
astInt64Assists.
stlInt64Steals.
blkInt64Blocks.
tovInt64Turnovers.
pfInt64Personal fouls.
ptsInt64Points scored.
plus_minusInt64Plus/minus point differential while on court.
video_availableInt64Video available.
seasonInt32Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_nba_stats_schedules(seasons=2025)

load_nba_stats_coaches

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
seasonInt32Season year.
coach_idInt64ESPN coach id.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
coach_nameString
is_assistantInt64
coach_typeString
sort_sequenceInt64
sub_sort_sequenceInt64
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_nba_stats_coaches(seasons=2025)

load_nba_stats_game_rosters

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

Returns

col_nametypedescription
player_idInt64Unique player identifier.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
jersey_numStringJersey number worn by the player.
team_idInt64Unique team identifier.
team_cityStringTeam city or region (e.g. 'Las Vegas').
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
seasonInt32Season year.
game_idStringUnique game identifier.
load_nba_stats_game_rosters(seasons=2025)

load_nba_stats_lineups

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

Returns

col_nametypedescription
group_setString
group_idStringESPN group id.
group_nameStringGroup name (conference / division).
team_idInt64Unique team identifier.
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
gpInt64Games played.
wInt64Wins.
lInt64Losses.
w_pctFloat64Wins percentage (0-1 decimal).
minFloat64Minutes played.
e_off_ratingFloat64
off_ratingFloat64
e_def_ratingFloat64
def_ratingFloat64
e_net_ratingFloat64
net_ratingFloat64Net rating (off rating - def rating).
ast_pctFloat64Assist percentage.
ast_toFloat64
ast_ratioFloat64
oreb_pctFloat64
dreb_pctFloat64
reb_pctFloat64
tm_tov_pctFloat64
efg_pctFloat64
ts_pctFloat64True shooting percentage (0-1).
e_paceFloat64
paceFloat64Possessions per 48 minutes.
pace_per40Float64Pace per40.
possInt64Poss.
pieFloat64Player Impact Estimate (0-1).
gp_rankInt64
w_rankInt64
l_rankInt64
w_pct_rankInt64
min_rankInt64
off_rating_rankInt64
def_rating_rankInt64
net_rating_rankInt64
ast_pct_rankInt64
ast_to_rankInt64
ast_ratio_rankInt64
oreb_pct_rankInt64
dreb_pct_rankInt64
reb_pct_rankInt64
tm_tov_pct_rankInt64
efg_pct_rankInt64
ts_pct_rankInt64
pace_rankInt64
pie_rankInt64
sum_time_playedInt64
seasonInt32Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
measure_typeString
per_modeString
fgmFloat64Field goals made.
fgaFloat64Field goal attempts.
fg_pctFloat64Field goal percentage (0-1).
fg3mFloat64Three-point field goals made.
fg3aFloat64Three-point field goal attempts.
fg3_pctFloat64Three-point field goal percentage (0-1).
ftmFloat64Free throws made.
ftaFloat64Free throw attempts.
ft_pctFloat64Free throw percentage (0-1).
orebFloat64Offensive rebounds.
drebFloat64Defensive rebounds.
rebFloat64Rebounds per game.
astFloat64Assists.
tovFloat64Turnovers.
stlFloat64Steals.
blkFloat64Blocks.
blkaFloat64
pfFloat64Personal fouls.
pfdFloat64
ptsFloat64Points scored.
plus_minusFloat64Plus/minus point differential while on court.
fgm_rankInt64
fga_rankInt64
fg_pct_rankInt64
fg3m_rankInt64
fg3a_rankInt64
fg3_pct_rankInt64
ftm_rankInt64
fta_rankInt64
ft_pct_rankInt64
oreb_rankInt64
dreb_rankInt64
reb_rankInt64
ast_rankInt64
tov_rankInt64
stl_rankInt64
blk_rankInt64
blka_rankInt64
pf_rankInt64
pfd_rankInt64
pts_rankInt64
plus_minus_rankInt64
pts_off_tovFloat64
pts_2nd_chanceFloat64
pts_fbFloat64
pts_paintFloat64
opp_pts_off_tovFloat64
opp_pts_2nd_chanceFloat64
opp_pts_fbFloat64
opp_pts_paintFloat64
pts_off_tov_rankInt64
pts_2nd_chance_rankInt64
pts_fb_rankInt64
pts_paint_rankInt64
opp_pts_off_tov_rankInt64
opp_pts_2nd_chance_rankInt64
opp_pts_fb_rankInt64
opp_pts_paint_rankInt64
opp_fgmFloat64
opp_fgaFloat64
opp_fg_pctFloat64
opp_fg3mFloat64
opp_fg3aFloat64
opp_fg3_pctFloat64
opp_ftmFloat64
opp_ftaFloat64
opp_ft_pctFloat64
opp_orebFloat64
opp_drebFloat64
opp_rebFloat64
opp_astFloat64
opp_tovFloat64
opp_stlFloat64
opp_blkFloat64
opp_blkaFloat64
opp_pfFloat64
opp_pfdFloat64
opp_ptsFloat64Opponent points.
opp_fgm_rankInt64
opp_fga_rankInt64
opp_fg_pct_rankInt64
opp_fg3m_rankInt64
opp_fg3a_rankInt64
opp_fg3_pct_rankInt64
opp_ftm_rankInt64
opp_fta_rankInt64
opp_ft_pct_rankInt64
opp_oreb_rankInt64
opp_dreb_rankInt64
opp_reb_rankInt64
opp_ast_rankInt64
opp_tov_rankInt64
opp_stl_rankInt64
opp_blk_rankInt64
opp_blka_rankInt64
opp_pf_rankInt64
opp_pfd_rankInt64
opp_pts_rankInt64
pct_fga_2ptFloat64
pct_fga_3ptFloat64
pct_pts_2ptFloat64
pct_pts_2pt_mrFloat64
pct_pts_3ptFloat64
pct_pts_fbFloat64
pct_pts_ftFloat64
pct_pts_off_tovFloat64
pct_pts_paintFloat64
pct_ast_2pmFloat64
pct_uast_2pmFloat64
pct_ast_3pmFloat64
pct_uast_3pmFloat64
pct_ast_fgmFloat64
pct_uast_fgmFloat64
pct_fga_2pt_rankInt64
pct_fga_3pt_rankInt64
pct_pts_2pt_rankInt64
pct_pts_2pt_mr_rankInt64
pct_pts_3pt_rankInt64
pct_pts_fb_rankInt64
pct_pts_ft_rankInt64
pct_pts_off_tov_rankInt64
pct_pts_paint_rankInt64
pct_ast_2pm_rankInt64
pct_uast_2pm_rankInt64
pct_ast_3pm_rankInt64
pct_uast_3pm_rankInt64
pct_ast_fgm_rankInt64
pct_uast_fgm_rankInt64
load_nba_stats_lineups(seasons=2025)

load_nba_stats_lineups_v3

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

Returns

col_nametypedescription
game_idStringUnique game identifier.
action_numberInt64Sequential action number within a game (V3 PBP).
periodInt64Period of the game (1-4 quarters; 5+ for OT).
home_player_1Int64
home_player_2Int64
home_player_3Int64
home_player_4Int64
home_player_5Int64
away_player_1Int64
away_player_2Int64
away_player_3Int64
away_player_4Int64
away_player_5Int64
load_nba_stats_lineups_v3(seasons=2025)

load_nba_stats_officials

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

Returns

col_nametypedescription
official_idInt64Unique official / referee identifier.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
jersey_numStringJersey number worn by the player.
seasonInt32Season year.
game_idStringUnique game identifier.
load_nba_stats_officials(seasons=2025)

load_nba_stats_pbp

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

Returns

col_nametypedescription
action_numberInt64Sequential action number within a game (V3 PBP).
clockStringGame clock value.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
team_idInt64Unique team identifier.
team_tricodeStringThree-letter team code (e.g. 'LAS' / 'NYL').
person_idInt64Unique player identifier (V3 endpoints).
player_nameStringPlayer name.
player_name_iStringPlayer name i.
x_legacyInt64V2-format X coordinate (preserved for V3-to-V2 compatibility).
y_legacyInt64V2-format Y coordinate (preserved for V3-to-V2 compatibility).
shot_distanceInt64Shot distance from the basket, in feet.
shot_resultStringShot result ('Made' / 'Missed').
is_field_goalInt641 if the action was a field goal; 0 otherwise.
score_homeStringScore home.
score_awayStringScore away.
points_totalInt64Running total of points scored.
locationStringLocation.
descriptionStringLong-form description text.
action_typeStringAction type label (e.g. 'Made Shot', 'Substitution').
sub_typeStringAction sub-type label.
video_availableInt64Video available.
shot_valueInt64Point value of the shot (2 or 3).
action_idInt64Unique action identifier within a game (V3 PBP).
game_idStringUnique game identifier.
seasonInt32Season year.
load_nba_stats_pbp(seasons=2025)

load_nba_stats_pbp_v3

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

Returns

col_nametypedescription
order_indexInt64
action_numberInt64Sequential action number within a game (V3 PBP).
clockStringGame clock value.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
team_idInt64Unique team identifier.
team_tricodeStringThree-letter team code (e.g. 'LAS' / 'NYL').
person_idInt64Unique player identifier (V3 endpoints).
player_nameStringPlayer name.
player_name_iStringPlayer name i.
x_legacyInt64V2-format X coordinate (preserved for V3-to-V2 compatibility).
y_legacyInt64V2-format Y coordinate (preserved for V3-to-V2 compatibility).
shot_distanceInt64Shot distance from the basket, in feet.
shot_resultStringShot result ('Made' / 'Missed').
is_field_goalInt641 if the action was a field goal; 0 otherwise.
score_homeStringScore home.
score_awayStringScore away.
points_totalInt64Running total of points scored.
locationStringLocation.
descriptionStringLong-form description text.
action_typeStringAction type label (e.g. 'Made Shot', 'Substitution').
sub_typeStringAction sub-type label.
video_availableInt64Video available.
shot_valueInt64Point value of the shot (2 or 3).
action_idInt64Unique action identifier within a game (V3 PBP).
game_idStringUnique game identifier.
seconds_remainingFloat64Seconds remaining in the period.
event_typeStringEvent / play type code (V2 PBP).
is_made_shotBoolean
is_missed_shotBoolean
is_free_throwBoolean
is_reboundBoolean
is_turnoverBooleanTRUE if the play was a turnover.
is_foulBoolean
is_substitutionBoolean
is_jump_ballBoolean
is_timeoutBoolean
is_periodBoolean
possession_numberInt64Possession number.
off_player_1Int64
off_player_2Int64
off_player_3Int64
off_player_4Int64
off_player_5Int64
def_player_1Int64
def_player_2Int64
def_player_3Int64
def_player_4Int64
def_player_5Int64
load_nba_stats_pbp_v3(seasons=2025)

load_nba_stats_player_boxscores

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_tricodeStringThree-letter team code (e.g. 'LAS' / 'NYL').
sideStringSide label (e.g. 'home', 'away', or 'overUnder').
person_idInt64Unique player identifier (V3 endpoints).
first_nameStringPlayer's first name.
family_nameStringPlayer's family / last name.
name_iStringInitialed name (e.g. 'A. Wilson').
player_slugStringURL-safe player identifier.
positionStringListed roster position (G, F, C, etc.).
commentStringPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
jersey_numStringJersey number worn by the player.
minutesStringMinutes played, formatted MM:SS (V3 PT-duration parsed) or decimal minutes (V2).
field_goals_madeInt64Field goals made (2-pt + 3-pt).
field_goals_attemptedInt64Field goal attempts (2-pt + 3-pt).
field_goals_percentageFloat64Field goal percentage (0-1 decimal).
three_pointers_madeInt64Three-point field goals made.
three_pointers_attemptedInt64Three-point field goal attempts.
three_pointers_percentageFloat64Three-point field goal percentage (0-1 decimal).
free_throws_madeInt64Free throws made.
free_throws_attemptedInt64Free throw attempts.
free_throws_percentageFloat64Free throw percentage (0-1 decimal).
rebounds_offensiveInt64Offensive rebounds.
rebounds_defensiveInt64Defensive rebounds.
rebounds_totalInt64Total rebounds.
assistsInt64Total assists.
stealsInt64Total steals.
blocksInt64Total blocks.
turnoversInt64Total turnovers.
fouls_personalInt64Personal fouls.
pointsInt64Points scored.
plus_minus_pointsFloat64Plus/minus point differential while on court.
game_idStringUnique game identifier.
seasonInt32Season year.
load_nba_stats_player_boxscores(seasons=2025)

load_nba_stats_player_game_logs

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

Returns

col_nametypedescription
season_idStringUnique season identifier.
team_idInt64Unique team identifier.
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
game_idStringUnique game identifier.
game_dateStringGame date (YYYY-MM-DD).
matchupStringMatchup.
wlStringWl.
minInt64Minutes played.
fgmInt64Field goals made.
fgaInt64Field goal attempts.
fg_pctFloat64Field goal percentage (0-1).
fg3mInt64Three-point field goals made.
fg3aInt64Three-point field goal attempts.
fg3_pctFloat64Three-point field goal percentage (0-1).
ftmInt64Free throws made.
ftaInt64Free throw attempts.
ft_pctFloat64Free throw percentage (0-1).
orebInt64Offensive rebounds.
drebInt64Defensive rebounds.
rebInt64Rebounds per game.
astInt64Assists.
stlInt64Steals.
blkInt64Blocks.
tovInt64Turnovers.
pfInt64Personal fouls.
ptsInt64Points scored.
plus_minusInt64Plus/minus point differential while on court.
video_availableInt64Video available.
seasonInt32Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_nba_stats_player_game_logs(seasons=2025)

load_nba_stats_player_season_stats

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

Returns

col_nametypedescription
player_idInt64Unique player identifier.
player_nameStringPlayer name.
nicknameStringTeam or athlete nickname.
team_idInt64Unique team identifier.
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
ageFloat64Player age (in years).
gpInt64Games played.
wInt64Wins.
lInt64Losses.
w_pctFloat64Wins percentage (0-1 decimal).
minFloat64Minutes played.
e_off_ratingFloat64
off_ratingFloat64
sp_work_off_ratingFloat64
e_def_ratingFloat64
def_ratingFloat64
sp_work_def_ratingFloat64
e_net_ratingFloat64
net_ratingFloat64Net rating (off rating - def rating).
sp_work_net_ratingFloat64
ast_pctFloat64Assist percentage.
ast_toFloat64
ast_ratioFloat64
oreb_pctFloat64
dreb_pctFloat64
reb_pctFloat64
tm_tov_pctFloat64
e_tov_pctFloat64
efg_pctFloat64
ts_pctFloat64True shooting percentage (0-1).
usg_pctFloat64
e_usg_pctFloat64
e_paceFloat64
paceFloat64Possessions per 48 minutes.
pace_per40Float64Pace per40.
sp_work_paceFloat64
pieFloat64Player Impact Estimate (0-1).
possInt64Poss.
fgmFloat64Field goals made.
fgaFloat64Field goal attempts.
fgm_pgFloat64
fga_pgFloat64
fg_pctFloat64Field goal percentage (0-1).
gp_rankInt64
w_rankInt64
l_rankInt64
w_pct_rankInt64
min_rankInt64
e_off_rating_rankInt64
off_rating_rankInt64
sp_work_off_rating_rankInt64
e_def_rating_rankInt64
def_rating_rankInt64
sp_work_def_rating_rankInt64
e_net_rating_rankInt64
net_rating_rankInt64
sp_work_net_rating_rankInt64
ast_pct_rankInt64
ast_to_rankInt64
ast_ratio_rankInt64
oreb_pct_rankInt64
dreb_pct_rankInt64
reb_pct_rankInt64
tm_tov_pct_rankInt64
e_tov_pct_rankInt64
efg_pct_rankInt64
ts_pct_rankInt64
usg_pct_rankInt64
e_usg_pct_rankInt64
e_pace_rankInt64
pace_rankInt64
sp_work_pace_rankInt64
pie_rankInt64
fgm_rankInt64
fga_rankInt64
fgm_pg_rankInt64
fga_pg_rankInt64
fg_pct_rankInt64
team_countInt64
seasonInt32Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
measure_typeString
per_modeString
fg3mFloat64Three-point field goals made.
fg3aFloat64Three-point field goal attempts.
fg3_pctFloat64Three-point field goal percentage (0-1).
ftmFloat64Free throws made.
ftaFloat64Free throw attempts.
ft_pctFloat64Free throw percentage (0-1).
orebFloat64Offensive rebounds.
drebFloat64Defensive rebounds.
rebFloat64Rebounds per game.
astFloat64Assists.
tovFloat64Turnovers.
stlFloat64Steals.
blkFloat64Blocks.
blkaFloat64
pfFloat64Personal fouls.
pfdFloat64
ptsFloat64Points scored.
plus_minusFloat64Plus/minus point differential while on court.
nba_fantasy_ptsFloat64
dd2Int64
td3Int64
wnba_fantasy_ptsFloat64
fg3m_rankInt64
fg3a_rankInt64
fg3_pct_rankInt64
ftm_rankInt64
fta_rankInt64
ft_pct_rankInt64
oreb_rankInt64
dreb_rankInt64
reb_rankInt64
ast_rankInt64
tov_rankInt64
stl_rankInt64
blk_rankInt64
blka_rankInt64
pf_rankInt64
pfd_rankInt64
pts_rankInt64
plus_minus_rankInt64
nba_fantasy_pts_rankInt64
dd2_rankInt64
td3_rankInt64
wnba_fantasy_pts_rankInt64
pct_drebFloat64
pct_stlFloat64
pct_blkFloat64
opp_pts_off_tovFloat64
opp_pts_2nd_chanceFloat64
opp_pts_fbFloat64
opp_pts_paintFloat64
def_wsFloat64
def_ws_rawFloat64
pct_dreb_rankInt64
pct_stl_rankInt64
pct_blk_rankInt64
opp_pts_off_tov_rankInt64
opp_pts_2nd_chance_rankInt64
opp_pts_fb_rankInt64
opp_pts_paint_rankInt64
def_ws_rankInt64
pts_off_tovFloat64
pts_2nd_chanceFloat64
pts_fbFloat64
pts_paintFloat64
pts_off_tov_rankInt64
pts_2nd_chance_rankInt64
pts_fb_rankInt64
pts_paint_rankInt64
pct_fga_2ptFloat64
pct_fga_3ptFloat64
pct_pts_2ptFloat64
pct_pts_2pt_mrFloat64
pct_pts_3ptFloat64
pct_pts_fbFloat64
pct_pts_ftFloat64
pct_pts_off_tovFloat64
pct_pts_paintFloat64
pct_ast_2pmFloat64
pct_uast_2pmFloat64
pct_ast_3pmFloat64
pct_uast_3pmFloat64
pct_ast_fgmFloat64
pct_uast_fgmFloat64
pct_fga_2pt_rankInt64
pct_fga_3pt_rankInt64
pct_pts_2pt_rankInt64
pct_pts_2pt_mr_rankInt64
pct_pts_3pt_rankInt64
pct_pts_fb_rankInt64
pct_pts_ft_rankInt64
pct_pts_off_tov_rankInt64
pct_pts_paint_rankInt64
pct_ast_2pm_rankInt64
pct_uast_2pm_rankInt64
pct_ast_3pm_rankInt64
pct_uast_3pm_rankInt64
pct_ast_fgm_rankInt64
pct_uast_fgm_rankInt64
pct_fgmFloat64
pct_fgaFloat64
pct_fg3mFloat64
pct_fg3aFloat64
pct_ftmFloat64
pct_ftaFloat64
pct_orebFloat64
pct_rebFloat64
pct_astFloat64
pct_tovFloat64
pct_blkaFloat64
pct_pfFloat64
pct_pfdFloat64
pct_ptsFloat64
pct_fgm_rankInt64
pct_fga_rankInt64
pct_fg3m_rankInt64
pct_fg3a_rankInt64
pct_ftm_rankInt64
pct_fta_rankInt64
pct_oreb_rankInt64
pct_reb_rankInt64
pct_ast_rankInt64
pct_tov_rankInt64
pct_blka_rankInt64
pct_pf_rankInt64
pct_pfd_rankInt64
pct_pts_rankInt64
load_nba_stats_player_season_stats(seasons=2025)

load_nba_stats_possessions_v3

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

Returns

col_nametypedescription
game_idStringUnique game identifier.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
possession_numberInt64Possession number.
offense_team_idInt64Unique identifier for offense team.
defense_team_idInt64
start_order_indexInt64
end_order_indexInt64
start_seconds_remainingFloat64
end_seconds_remainingFloat64
pointsInt64Points scored.
is_second_chanceBoolean
number_in_periodInt64
possession_start_typeString
count_as_possessionBoolean
fg2aInt64
fg2mInt64
fg3aInt64Three-point field goal attempts.
fg3mInt64Three-point field goals made.
ftaInt64Free throw attempts.
ftmInt64Free throws made.
orebInt64Offensive rebounds.
drebInt64Defensive rebounds.
tovInt64Turnovers.
off_player_1Int64
off_player_2Int64
off_player_3Int64
off_player_4Int64
off_player_5Int64
def_player_1Int64
def_player_2Int64
def_player_3Int64
def_player_4Int64
def_player_5Int64
lineup_sourceString
load_nba_stats_possessions_v3(seasons=2025)

load_nba_stats_rosters

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
seasonInt32Season year.
league_idStringLeague identifier ('10' = WNBA).
playerStringPlayer name.
nicknameStringTeam or athlete nickname.
player_slugStringURL-safe player identifier.
numStringJersey number worn by the player.
positionStringListed roster position (G, F, C, etc.).
heightStringPlayer height (string e.g. '6-2' or inches).
weightStringPlayer weight in pounds.
birth_dateStringDate of birth (YYYY-MM-DD).
ageFloat64Player age (in years).
expStringYears of NBA playing experience entering the season ('R' = rookie).
schoolStringPlayer school / pre-draft team.
player_idInt64Unique player identifier.
how_acquiredString
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_nba_stats_rosters(seasons=2025)

load_nba_stats_shots

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

Returns

col_nametypedescription
game_idStringUnique game identifier.
seasonInt32Season year.
periodInt64Period of the game (1-4 quarters; 5+ for OT).
clockStringGame clock value.
team_idInt64Unique team identifier.
team_tricodeStringThree-letter team code (e.g. 'LAS' / 'NYL').
person_idInt64Unique player identifier (V3 endpoints).
player_nameStringPlayer name.
action_typeStringAction type label (e.g. 'Made Shot', 'Substitution').
sub_typeStringAction sub-type label.
shot_resultStringShot result ('Made' / 'Missed').
shot_valueInt64Point value of the shot (2 or 3).
shot_distanceInt64Shot distance from the basket, in feet.
x_legacyInt64V2-format X coordinate (preserved for V3-to-V2 compatibility).
y_legacyInt64V2-format Y coordinate (preserved for V3-to-V2 compatibility).
descriptionStringLong-form description text.
score_homeStringScore home.
score_awayStringScore away.
load_nba_stats_shots(seasons=2025)

load_nba_stats_standings

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

Returns

col_nametypedescription
league_idStringLeague identifier ('10' = WNBA).
season_idStringUnique season identifier.
team_idInt64Unique team identifier.
team_cityStringTeam city or region (e.g. 'Las Vegas').
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_slugStringURL-safe team identifier (e.g. 'lasvegas-aces' / 'aces').
conferenceStringConference name.
conference_recordStringConference win-loss record.
playoff_rankInt64League/season rank for playoff.
clinch_indicatorStringPlayoff clinch indicator (e.g. 'x' clinched playoff, 'e' eliminated).
divisionStringTeam division.
division_recordString
division_rankInt64
winsInt64Total wins.
lossesInt64Total losses.
win_pctFloat64Win percentage (0-1 decimal).
league_rankInt64
recordStringOverall win-loss record.
homeStringHome.
roadStringRoad.
l10StringLast-ten record.
last10_homeString
last10_roadString
otStringOt.
three_pts_or_lessString
ten_pts_or_moreString
long_home_streakInt64
str_long_home_streakString
long_road_streakInt64
str_long_road_streakString
long_win_streakInt64
long_loss_streakInt64
current_home_streakInt64
str_current_home_streakString
current_road_streakInt64
str_current_road_streakString
current_streakInt64
str_current_streakString
conference_games_backFloat64
division_games_backFloat64
clinched_conference_titleInt64
clinched_division_titleInt64
clinched_playoff_birthInt64
clinched_play_inInt64
eliminated_conferenceInt64
eliminated_divisionInt64
ahead_at_halfString
behind_at_halfString
tied_at_halfString
ahead_at_thirdString
behind_at_thirdString
tied_at_thirdString
score100_ptsString
opp_score100_ptsString
opp_over500String
lead_in_fgpctString
lead_in_rebString
fewer_turnoversString
points_pgFloat64Points pg.
opp_points_pgFloat64Opponent points pg.
diff_points_pgFloat64Diff points pg.
vs_eastString
vs_atlanticString
vs_centralString
vs_southeastString
vs_westString
vs_northwestString
vs_pacificString
vs_southwestString
janString
febString
marString
aprString
mayNull
junNull
julNull
augNull
sepNull
octString
novString
decString
score_80_plusString
opp_score_80_plusString
score_below_80String
opp_score_below_80String
total_pointsInt64
opp_total_pointsInt64
diff_total_pointsInt64
league_games_backFloat64
playoff_seedingInt64
clinched_post_seasonInt64
neutralStringNeutral.
seasonInt32Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_nba_stats_standings(seasons=2025)

load_nba_stats_team_boxscores

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
team_tricodeStringThree-letter team code (e.g. 'LAS' / 'NYL').
sideStringSide label (e.g. 'home', 'away', or 'overUnder').
minutesStringMinutes played, formatted MM:SS (V3 PT-duration parsed) or decimal minutes (V2).
field_goals_madeInt64Field goals made (2-pt + 3-pt).
field_goals_attemptedInt64Field goal attempts (2-pt + 3-pt).
field_goals_percentageFloat64Field goal percentage (0-1 decimal).
three_pointers_madeInt64Three-point field goals made.
three_pointers_attemptedInt64Three-point field goal attempts.
three_pointers_percentageFloat64Three-point field goal percentage (0-1 decimal).
free_throws_madeInt64Free throws made.
free_throws_attemptedInt64Free throw attempts.
free_throws_percentageFloat64Free throw percentage (0-1 decimal).
rebounds_offensiveInt64Offensive rebounds.
rebounds_defensiveInt64Defensive rebounds.
rebounds_totalInt64Total rebounds.
assistsInt64Total assists.
stealsInt64Total steals.
blocksInt64Total blocks.
turnoversInt64Total turnovers.
fouls_personalInt64Personal fouls.
pointsInt64Points scored.
plus_minus_pointsFloat64Plus/minus point differential while on court.
game_idStringUnique game identifier.
seasonInt32Season year.
load_nba_stats_team_boxscores(seasons=2025)

load_nba_stats_team_season_stats

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
gpInt64Games played.
wInt64Wins.
lInt64Losses.
w_pctFloat64Wins percentage (0-1 decimal).
minFloat64Minutes played.
e_off_ratingFloat64
off_ratingFloat64
e_def_ratingFloat64
def_ratingFloat64
e_net_ratingFloat64
net_ratingFloat64Net rating (off rating - def rating).
ast_pctFloat64Assist percentage.
ast_toFloat64
ast_ratioFloat64
oreb_pctFloat64
dreb_pctFloat64
reb_pctFloat64
tm_tov_pctFloat64
efg_pctFloat64
ts_pctFloat64True shooting percentage (0-1).
e_paceFloat64
paceFloat64Possessions per 48 minutes.
pace_per40Float64Pace per40.
possInt64Poss.
pieFloat64Player Impact Estimate (0-1).
gp_rankInt64
w_rankInt64
l_rankInt64
w_pct_rankInt64
min_rankInt64
off_rating_rankInt64
def_rating_rankInt64
net_rating_rankInt64
ast_pct_rankInt64
ast_to_rankInt64
ast_ratio_rankInt64
oreb_pct_rankInt64
dreb_pct_rankInt64
reb_pct_rankInt64
tm_tov_pct_rankInt64
efg_pct_rankInt64
ts_pct_rankInt64
pace_rankInt64
pie_rankInt64
seasonInt32Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
measure_typeString
per_modeString
fgmFloat64Field goals made.
fgaFloat64Field goal attempts.
fg_pctFloat64Field goal percentage (0-1).
fg3mFloat64Three-point field goals made.
fg3aFloat64Three-point field goal attempts.
fg3_pctFloat64Three-point field goal percentage (0-1).
ftmFloat64Free throws made.
ftaFloat64Free throw attempts.
ft_pctFloat64Free throw percentage (0-1).
orebFloat64Offensive rebounds.
drebFloat64Defensive rebounds.
rebFloat64Rebounds per game.
astFloat64Assists.
tovFloat64Turnovers.
stlFloat64Steals.
blkFloat64Blocks.
blkaFloat64
pfFloat64Personal fouls.
pfdFloat64
ptsFloat64Points scored.
plus_minusFloat64Plus/minus point differential while on court.
fgm_rankInt64
fga_rankInt64
fg_pct_rankInt64
fg3m_rankInt64
fg3a_rankInt64
fg3_pct_rankInt64
ftm_rankInt64
fta_rankInt64
ft_pct_rankInt64
oreb_rankInt64
dreb_rankInt64
reb_rankInt64
ast_rankInt64
tov_rankInt64
stl_rankInt64
blk_rankInt64
blka_rankInt64
pf_rankInt64
pfd_rankInt64
pts_rankInt64
plus_minus_rankInt64
opp_pts_off_tovFloat64
opp_pts_2nd_chanceFloat64
opp_pts_fbFloat64
opp_pts_paintFloat64
opp_pts_off_tov_rankInt64
opp_pts_2nd_chance_rankInt64
opp_pts_fb_rankInt64
opp_pts_paint_rankInt64
pts_off_tovFloat64
pts_2nd_chanceFloat64
pts_fbFloat64
pts_paintFloat64
pts_off_tov_rankInt64
pts_2nd_chance_rankInt64
pts_fb_rankInt64
pts_paint_rankInt64
opp_fgmFloat64
opp_fgaFloat64
opp_fg_pctFloat64
opp_fg3mFloat64
opp_fg3aFloat64
opp_fg3_pctFloat64
opp_ftmFloat64
opp_ftaFloat64
opp_ft_pctFloat64
opp_orebFloat64
opp_drebFloat64
opp_rebFloat64
opp_astFloat64
opp_tovFloat64
opp_stlFloat64
opp_blkFloat64
opp_blkaFloat64
opp_pfFloat64
opp_pfdFloat64
opp_ptsFloat64Opponent points.
opp_fgm_rankInt64
opp_fga_rankInt64
opp_fg_pct_rankInt64
opp_fg3m_rankInt64
opp_fg3a_rankInt64
opp_fg3_pct_rankInt64
opp_ftm_rankInt64
opp_fta_rankInt64
opp_ft_pct_rankInt64
opp_oreb_rankInt64
opp_dreb_rankInt64
opp_reb_rankInt64
opp_ast_rankInt64
opp_tov_rankInt64
opp_stl_rankInt64
opp_blk_rankInt64
opp_blka_rankInt64
opp_pf_rankInt64
opp_pfd_rankInt64
opp_pts_rankInt64
pct_fga_2ptFloat64
pct_fga_3ptFloat64
pct_pts_2ptFloat64
pct_pts_2pt_mrFloat64
pct_pts_3ptFloat64
pct_pts_fbFloat64
pct_pts_ftFloat64
pct_pts_off_tovFloat64
pct_pts_paintFloat64
pct_ast_2pmFloat64
pct_uast_2pmFloat64
pct_ast_3pmFloat64
pct_uast_3pmFloat64
pct_ast_fgmFloat64
pct_uast_fgmFloat64
pct_fga_2pt_rankInt64
pct_fga_3pt_rankInt64
pct_pts_2pt_rankInt64
pct_pts_2pt_mr_rankInt64
pct_pts_3pt_rankInt64
pct_pts_fb_rankInt64
pct_pts_ft_rankInt64
pct_pts_off_tov_rankInt64
pct_pts_paint_rankInt64
pct_ast_2pm_rankInt64
pct_uast_2pm_rankInt64
pct_ast_3pm_rankInt64
pct_uast_3pm_rankInt64
pct_ast_fgm_rankInt64
pct_uast_fgm_rankInt64
load_nba_stats_team_season_stats(seasons=2025)

load_nba_player_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season year.
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.
nba_player_idString
nba_player_nameString
nba_jersey_numString
nba_positionString
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_nba_player_crosswalk(seasons=2026)

load_nba_schedule_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season year.
season_typeStringSeason 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).
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).
nba_game_idString
nba_game_codeString
nba_home_team_idString
nba_away_team_idString
fox_game_idStringFox game id (NA placeholder).
fox_home_team_idString
fox_away_team_idString
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_nba_schedule_crosswalk(seasons=2026)

load_nba_team_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season year.
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 mascot/nickname.
nba_team_idString
nba_team_abbreviationString
nba_team_nameString
nba_team_cityString
nba_team_slugString
nba_conferenceString
nba_divisionString
fox_team_idStringFox Bifrost team id (NA if unmatched).
fox_team_nameStringFox team name (NA if unmatched).
yahoo_team_idStringYahoo team id (NA placeholder).
yahoo_team_abbreviationStringYahoo abbreviation (NA placeholder).
yahoo_team_nameStringYahoo team 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).
load_nba_team_crosswalk(seasons=2026)

load_nba_player_core

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

Returns

col_nametypedescription
seasonInt32Season year.
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_nba_player_core(seasons=2025)

load_nba_player_impact

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

Returns

col_nametypedescription
player_idInt64Unique player identifier.
player_nameStringPlayer name.
team_idInt64Unique team identifier.
team_abbreviationStringShort team abbreviation (e.g. 'LAS').
team_nameStringFull team display name (e.g. 'Las Vegas Aces').
teamsStringNested list of member-team membership spans.
seasonInt64Season year.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
o_rapmFloat64Offensive regularized adjusted plus-minus per 100 possessions from the single-season ridge fit over possession-level lineup indicators; positive means the player raised his team's scoring rate while on offense.
d_rapmFloat64Defensive regularized adjusted plus-minus per 100 possessions, negated from the raw points-allowed coefficient so a positive value marks a defender who suppresses opponent scoring.
rapmFloat64Total regularized adjusted plus-minus per 100 possessions, exactly the sum of o_rapm and d_rapm.
off_possInt64Number of possessions the player was on the floor on offense, the count of design-matrix rows carrying his offensive indicator and therefore the offensive-side sample size behind o_rapm.
def_possInt64Number of possessions the player was on the floor on defense, the sample size behind d_rapm; it tracks off_poss almost exactly because substitutions rarely split an offense-defense pair.
o_adj_rapmFloat64Offensive regularized adjusted plus/minus after the ridge opponent adjustment.
d_adj_rapmFloat64Defensive regularized adjusted plus/minus after the ridge opponent adjustment.
adj_rapmFloat64Total prior-informed RAPM per 100 possessions, exactly the sum of o_adj_rapm and d_adj_rapm.
ospmFloat64Offensive statistical plus-minus per 100 possessions: the player's per-100 box-score feature vector scored through ridge coefficients trained on that season's o_rapm target.
dspmFloat64Defensive statistical plus-minus per 100 possessions from the same box-score feature vector scored through coefficients trained on the d_rapm target.
spmFloat64Total statistical plus-minus per 100 possessions, exactly the sum of ospm and dspm.
minFloat64Minutes played.
gpInt64Games played.
obpmFloat64Offensive box plus/minus.
dbpmFloat64Defensive box plus/minus.
bpmFloat64Career box plus/minus.
warFloat64Wins above replacement, computed as (rapm minus a replacement level of -2.0 per 100) times total possessions divided by 100, divided by a points-per-win constant calibrated each season by regressing team wins on full-season point margin.
darko_filtered_skillFloat64DARKO-style Kalman-filtered skill estimate at the end of the player's observed multi-season RAPM panel, i.e. his current-form rating after aging drift and possession-weighted observation noise.
darko_projected_ratingFloat64One-season-ahead DARKO forecast, the filtered skill plus the empirical aging-curve drift at the player's last observed age; both season_type rows of a player-season carry the same value because the projection is not playoff-specific.
darko_projected_sdFloat64Standard deviation of the one-season-ahead DARKO forecast, the square root of the filtered state variance plus the Kalman process variance; it sits at roughly 10.19 for a player with only one season in the panel, whose diffuse prior variance was never updated.
load_nba_player_impact(seasons=2024)