Skip to main content
Version: 0.0.75

WNBA dataset loaders

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

Automation status

DatasetRelease tagPipeline
load_wnba_pbpespn_wnba_pbp
load_wnba_player_boxscoreespn_wnba_player_boxscores
load_wnba_scheduleespn_wnba_schedules
load_wnba_team_boxscoreespn_wnba_team_boxscores
load_wnba_draftespn_wnba_draft
load_wnba_game_rostersespn_wnba_game_rosters
load_wnba_officialsespn_wnba_officials
load_wnba_player_season_statsespn_wnba_player_season_stats
load_wnba_rostersespn_wnba_rosters
load_wnba_shotsespn_wnba_shots
load_wnba_standingsespn_wnba_standings
load_wnba_team_season_statsespn_wnba_team_season_stats
load_wnba_player_crosswalkwnba_crosswalk
load_wnba_schedule_crosswalkwnba_crosswalk
load_wnba_team_crosswalkwnba_crosswalk
load_wnba_player_coreespn_wnba_player_core
load_wnba_player_impactwnba_player_impact
load_wnba_stats_coacheswnba_stats_coaches
load_wnba_stats_draftwnba_stats_draft
load_wnba_stats_game_rosterswnba_stats_game_rosters
load_wnba_stats_officialswnba_stats_officials
load_wnba_stats_pbpwnba_stats_pbp
load_wnba_stats_player_boxscoreswnba_stats_player_boxscores
load_wnba_stats_player_game_logswnba_stats_player_game_logs
load_wnba_stats_rosterswnba_stats_rosters
load_wnba_stats_scheduleswnba_stats_schedules
load_wnba_stats_shotswnba_stats_shots
load_wnba_stats_team_boxscoreswnba_stats_team_boxscores

load_wnba_pbp

Release: espn_wnba_pbp · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_wnba_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_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 identifier (4-digit year or 'YYYY-YY' string).
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_secondsFloat64Clock seconds split from minutes for developer convenience
home_timeout_calledBoolean
away_timeout_calledBoolean
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_remainingFloat64Quarter 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_remainingFloat64Game 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_remainingFloat64Game seconds remaining at the start of the play (''')
end_quarter_seconds_remainingFloat64Quarter seconds remaining at the end of the play (''')
end_half_seconds_remainingFloat64Game half seconds remaining at the end of the play (''')
end_game_seconds_remainingFloat64Game 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_1String
athlete_name_2String
athlete_name_3String
type_abbreviationStringPlay type abbreviation
load_wnba_pbp(seasons=2024)

load_wnba_player_boxscore

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

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_wnba_player_boxscore(seasons=2024)

load_wnba_schedule

Release: espn_wnba_schedules · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/espn_wnba_schedules/wnba_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_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 identifier (4-digit year or 'YYYY-YY' string).
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.
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_wnba_schedule(seasons=2024)

load_wnba_team_boxscore

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

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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.
lead_changesStringLead changes.
lead_percentageString
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_wnba_team_boxscore(seasons=2024)

load_wnba_draft

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
roundInt32Tournament / playoff round.
round_display_nameStringHuman-readable label for the draft round, read from the ESPN round object's displayName falling back to its name; null whenever ESPN ships the modern flat picks array with no round objects, which is the case for every published season.
pickInt32Pick.
overall_pickInt32Overall pick.
pick_tradedStringESPN's pick-level traded flag stringified as TRUE or FALSE, marking selections made with a pick that had changed hands (17 of the 45 published 2026 picks are TRUE).
pick_notesStringFree-text annotation ESPN attaches to a pick, taken from notes and falling back to note; empty for every pick published so far.
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 name.
college_short_nameStringCollege short name.
college_abbreviationStringShort code for the drafted player's school, read from the athlete's ESPN college block; null throughout the published data because ESPN ships no college block on these picks.
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_wnba_draft(seasons=2026)

load_wnba_game_rosters

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_headshotStringDirect link to the player's ESPN headshot image, always of the form https://a.espncdn.com/i/headshots/wnba/players/full/{athlete_id}.png, and null for the few players ESPN has no photo for.
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_wnba_game_rosters(seasons=2024)

load_wnba_officials

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
game_idStringUnique game identifier.
official_idInt32Unique official / referee identifier.
official_uidStringESPN's global uid string for the official, carried straight through from the officials payload; the Core v2 items ESPN serves omit it, so it is null in every published season.
official_full_nameStringThe official's full name, taken from ESPN fullName and falling back to displayName; it equals first plus last name on every published row.
official_display_nameStringESPN's display rendering of the official's name, which is byte-identical to official_full_name on every published row and therefore adds nothing.
official_first_nameStringGiven name of the official as ESPN splits it out, the leading token of official_full_name.
official_last_nameStringFamily name of the official as ESPN splits it out, the trailing token of official_full_name, with hyphenated surnames kept intact.
official_orderInt32ESPN's 1-based position of the official within that game's crew; most games run 1 through 3 for a three-person crew and 40 of 573 games in 2024-2025 add a fourth.
position_nameStringListed roster position ('Guard', 'Forward', 'Center').
position_display_nameStringPosition display name.
load_wnba_officials(seasons=2024)

load_wnba_player_season_stats

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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 on this row, for example The average number of points scored per game for avgPoints; combined made-attempted stats carry both halves joined by a hyphen.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_wnba_player_season_stats(seasons=2024)

load_wnba_rosters

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_wnba_rosters(seasons=2024)

load_wnba_shots

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

Returns

col_nametypedescription
game_idInt32Unique game identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_wnba_shots(seasons=2024)

load_wnba_standings

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
group_idStringESPN group id.
group_nameStringGroup name (conference / division).
group_abbreviationStringGroup abbreviation.
group_short_nameStringShort label of the standings group node the team sits under, read from ESPN shortName; the WNBA conference nodes ship only name and abbreviation, so it is null on every published row.
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 long-form explanation of the standings stat, such as Clinched Best League Record for clincher or Record last 10 games for lasttengames.
stat_abbreviationStringESPN's abbreviation for the standings stat, which can differ from stat_short_display_name (playoffSeed is SEED here but POS there) and is null on the record-split rows such as Home and vs. Conf.
stat_typeStringStat type code (e.g. "win", "loss").
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_wnba_standings(seasons=2024)

load_wnba_team_season_stats

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_descriptionStringHuman-readable description of the statistic the row reports.
display_valueStringDisplay-formatted value.
valueFloat64Numeric or string value field.
load_wnba_team_season_stats(seasons=2024)

load_wnba_player_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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.
wnba_player_idString
wnba_player_nameString
wnba_jersey_numString
wnba_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_wnba_player_crosswalk(seasons=2026)

load_wnba_schedule_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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).
wnba_game_idString
wnba_game_codeString
wnba_home_team_idString
wnba_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_wnba_schedule_crosswalk(seasons=2026)

load_wnba_team_crosswalk

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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.
wnba_team_idStringWNBA Stats team id.
wnba_team_tricodeStringWNBA Stats tricode.
wnba_team_nameStringWNBA Stats team name.
wnba_team_cityStringWNBA Stats team city.
wnba_team_slugStringWNBA Stats team slug.
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_wnba_team_crosswalk(seasons=2026)

load_wnba_player_core

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

Returns

col_nametypedescription
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_wnba_player_core(seasons=2025)

load_wnba_player_impact

Release: wnba_player_impact · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_player_impact/wnba_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 identifier (4-digit year or 'YYYY-YY' string).
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
o_rapmFloat64
d_rapmFloat64
rapmFloat64
off_possInt64
def_possInt64
o_adj_rapmFloat64
d_adj_rapmFloat64
adj_rapmFloat64
ospmFloat64
dspmFloat64
spmFloat64
minFloat64Minutes played.
gpInt64Games played.
obpmFloat64Offensive box plus/minus.
dbpmFloat64Defensive box plus/minus.
bpmFloat64Career box plus/minus.
warFloat64
darko_filtered_skillFloat64
darko_projected_ratingFloat64
darko_projected_sdFloat64
load_wnba_player_impact(seasons=2024)

load_wnba_stats_coaches

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
coach_idInt64Unique identifier for coach.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
coach_nameStringFull name of the staff member as the feed renders it, exactly first_name plus a space plus last_name on every published row.
is_assistantInt64Numeric staff-role code rather than a boolean flag: 1 head coach, 2 assistant coach, 3 trainer, 9 associate head coach, mapping one-to-one onto coach_type.
coach_typeStringJob title of the staff member, one of Head Coach, Associate Head Coach, Assistant Coach or Trainer in the published data.
sort_sequenceNullOrdering field passed through unchanged from the stats.wnba.com coaches result set; it arrives empty, so every published row is null.
sub_sort_sequenceInt64Secondary display-ordering rank that tracks coach_type exactly: 1 head coach, 2 associate head coach, 5 assistant coach, 7 trainer.
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_wnba_stats_coaches(seasons=2026)

load_wnba_stats_draft

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

Returns

col_nametypedescription
person_idInt64Unique player identifier (V3 endpoints).
player_nameStringPlayer name.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
round_numberInt64Numeric round.
round_pickInt64Round pick.
overall_pickInt64Overall pick.
draft_typeStringCONSTANT in the published asset: every row reads 'Draft', so it does not currently distinguish the main draft from any other selection event.
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').
organizationStringOrganization.
organization_typeStringOrganization type.
player_profile_flagInt64Player profile flag.
load_wnba_stats_draft(seasons=2025)

load_wnba_stats_game_rosters

Release: wnba_stats_game_rosters · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_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 identifier (4-digit year or 'YYYY-YY' string).
game_idStringUnique game identifier.
load_wnba_stats_game_rosters(seasons=2026)

load_wnba_stats_officials

Release: wnba_stats_officials · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_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 identifier (4-digit year or 'YYYY-YY' string).
game_idStringUnique game identifier.
load_wnba_stats_officials(seasons=2026)

load_wnba_stats_pbp

Release: wnba_stats_pbp · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_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.
locationStringFilter results by game location.
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 identifier (4-digit year or 'YYYY-YY' string).
load_wnba_stats_pbp(seasons=2026)

load_wnba_stats_player_boxscores

Release: wnba_stats_player_boxscores · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_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 identifier (4-digit year or 'YYYY-YY' string).
load_wnba_stats_player_boxscores(seasons=2026)

load_wnba_stats_player_game_logs

Release: wnba_stats_player_game_logs · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_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 goals attempted.
fg_pctFloat64Field-goal percentage.
fg3mInt64Three-point field goals made.
fg3aInt64Three-point field goals attempted.
fg3_pctFloat64Three-point percentage.
ftmInt64Free throws made.
ftaInt64Free throws attempted.
ft_pctFloat64Free-throw percentage.
orebInt64Offensive rebounds collected.
drebInt64Defensive rebounds collected.
rebInt64Total rebounds collected.
astInt64Assists credited.
stlInt64Steals recorded.
blkInt64Total shots blocked.
tovInt64Turnovers committed.
pfInt64Personal fouls committed.
ptsInt64Total points scored.
plus_minusInt64Plus-minus point differential.
video_availableInt64Video available.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
player_idInt64Unique player identifier.
player_nameStringPlayer name.
fantasy_ptsFloat64Fantasy points.
measure_typeString
load_wnba_stats_player_game_logs(seasons=2025)

load_wnba_stats_rosters

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

Returns

col_nametypedescription
team_idInt64Unique team identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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 WNBA playing experience entering the season ('R' = rookie).
schoolStringPlayer's school / college (when distinct from 'college').
player_idInt64Unique player identifier.
how_acquiredStringHow the team acquired the player (draft, trade, free agency).
supplemental_statusInt64
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
load_wnba_stats_rosters(seasons=2026)

load_wnba_stats_schedules

Release: wnba_stats_schedules · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_stats_schedules/wnba_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.
rebInt64Total rebounds.
astInt64Assists.
stlInt64Steals.
blkInt64Blocks.
tovInt64Turnovers.
pfInt64Personal fouls.
ptsInt64Points scored.
plus_minusInt64Plus/minus point differential while on court.
video_availableInt64Video available.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
season_typeStringSeason type (1=pre-season, 2=regular season, 3=postseason, 4=off-season for ESPN; or string label for WNBA Stats).
player_idInt64Unique player identifier.
player_nameStringPlayer name.
fantasy_ptsFloat64
measure_typeString
load_wnba_stats_schedules(seasons=2025)

load_wnba_stats_shots

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

Returns

col_nametypedescription
game_idStringUnique game identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_wnba_stats_shots(seasons=2026)

load_wnba_stats_team_boxscores

Release: wnba_stats_team_boxscores · asset https://github.com/sportsdataverse/sportsdataverse-data/releases/download/wnba_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 identifier (4-digit year or 'YYYY-YY' string).
load_wnba_stats_team_boxscores(seasons=2026)