Skip to main content
Version: 0.0.74

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_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_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_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
idFloat64Unique play identifcation number
sequence_numberStringSequence 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).
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.
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).
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
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
home_team_spreadFloat64The game spread with respect to the home team
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
game_idInt32Unique game identifier.
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
halfStringHalf of the game
game_halfStringHalf of the game
lead_qtrInt32A lead column on the quarter
lead_game_halfStringA lead column on the half
start_quarter_seconds_remainingInt32Quarter seconds remaining at the start of the play (these are more or less code artifacts from other sports, but may eventually be used more seriously)
start_half_seconds_remainingInt32Game half seconds remaining at the start of the play (these are more or less code artifacts from other sports, but may eventually be used more seriously)
start_game_seconds_remainingInt32Game seconds remaining at the start of the play (''')
game_play_numberInt32Game play number
end_quarter_seconds_remainingInt32Quarter seconds remaining at the end of the play (''')
end_half_seconds_remainingInt32Game half seconds remaining at the end of the play (''')
end_game_seconds_remainingInt32Game seconds remaining at the end of the play (''')
periodInt32Period of the game (1-4 quarters; 5+ for OT).
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.
lag_qtrInt32A lag column on the quarter
lag_game_halfStringA 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).
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.
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.
reasonStringReason.
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 identifcation number
uidStringESPN UID string.
dateStringDate in YYYY-MM-DD format.
attendanceFloat64Reported attendance.
time_validBooleanWhether the start time is confirmed.
neutral_siteBooleanNeutral site.
conference_competitionBooleanConference competition.
recentBooleanWhether the game is recent.
start_dateStringStart date (YYYY-MM-DD).
notes_typeStringNotes type.
notes_headlineStringNotes headline.
type_idInt32Type identifier (numeric).
type_abbreviationStringPlay type abbreviation
status_clockFloat64Game clock in seconds.
status_display_clockStringStatus display clock.
status_periodFloat64Current period.
status_type_idInt32Unique identifier for status type.
status_type_nameStringStatus type name.
status_type_stateStringStatus state (pre/in/post).
status_type_completedBooleanWhether the game is complete.
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 team display name.
home_abbreviationStringHome team's abbreviation.
home_display_nameStringHome team display name.
home_short_display_nameStringHome short display name.
home_colorStringHome team primary color hex.
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_winnerBooleanWhether the home team won.
away_idInt32Unique identifier for away.
away_uidStringAway team's uid.
away_locationStringAway team's location.
away_nameStringAway team display name.
away_abbreviationStringAway team's abbreviation.
away_display_nameStringAway team display name.
away_short_display_nameStringAway short display name.
away_is_activeBooleanAway team's is active.
away_venue_idInt32Unique identifier for away venue.
away_scoreInt32Away team score at the time of the play.
away_winnerBooleanWhether the away team won.
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).
venue_idInt32Unique venue identifier.
venue_full_nameStringVenue full name.
venue_address_cityStringVenue address city.
venue_address_stateStringVenue address state / region.
venue_capacityFloat64Venue seating capacity.
venue_indoorBooleanWhether the home venue is indoors.
away_colorStringAway team primary color hex.
away_alternate_colorStringColor code (hex) for away alternate.
away_logoStringAway team logo URL.
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_boxBooleanWhether team box score data is available.
player_boxBooleanWhether player box score data is available.
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.
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.
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_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_idStringUnique player identifier (V3 endpoints).
player_nameStringPlayer name.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
round_numberStringNumeric round.
round_pickStringRound pick.
overall_pickStringOverall 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_idStringUnique 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_flagStringPlayer profile flag.
season_2Int32REDUNDANT: duplicates the season column on every published row. It exists because the upstream feed returns the season under a second key.
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_idStringUnique player identifier.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
jersey_numStringJersey number worn by the player.
team_idStringUnique 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').
game_idStringUnique game identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_idStringUnique official / referee identifier.
first_nameStringPlayer's first name.
last_nameStringPlayer's last name.
jersey_numStringJersey number worn by the player.
game_idStringUnique game identifier.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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
game_idStringUnique game identifier.
event_numStringSequential event number within the game (V2 PBP).
event_typeStringEvent / play type code (V2 PBP).
event_action_typeStringNumeric event-action-type code (V2 PBP).
periodInt32Period of the game (1-4 quarters; 5+ for OT).
clockStringGame clock value.
minute_gameFloat64Minute game.
time_remainingFloat64Time remaining.
time_quarterStringTime quarter.
minute_remaining_quarterInt32Minute remaining quarter.
seconds_remaining_quarterInt32Seconds remaining quarter.
action_typeStringAction type label (e.g. 'Made Shot', 'Substitution').
sub_typeStringAction sub-type label.
neutral_descriptionStringNeutral description.
descriptionStringLong-form description text.
locationStringFilter results by game location.
scoreStringFinal score.
away_scoreInt32Away team score at the time of the play.
home_scoreInt32Home team score at the time of the play.
score_marginStringScore margin.
person1typeStringPerson1type.
player1_idStringV2 PBP primary player ID (e.g. shooter / fouler).
player1_nameStringV2 PBP primary player name.
player1_team_idStringTeam ID of player1.
player1_team_abbreviationStringPlayer1 team abbreviation.
video_available_flagStringVideo available flag.
team_leadingStringTeam leading.
x_legacyInt32V2-format X coordinate (preserved for V3-to-V2 compatibility).
y_legacyInt32V2-format Y coordinate (preserved for V3-to-V2 compatibility).
shot_distanceInt32Shot distance from the basket, in feet.
shot_resultStringShot result ('Made' / 'Missed').
is_field_goalInt321 if the action was a field goal; 0 otherwise.
points_totalInt32Running total of points scored.
shot_valueInt32Point value of the shot (2 or 3).
action_numberInt32Sequential action number within a game (V3 PBP).
team_idInt32Unique team identifier.
team_tricodeStringThree-letter team code (e.g. 'LAS' / 'NYL').
person_idInt32Unique player identifier (V3 endpoints).
player_nameStringPlayer name.
player_name_iStringPlayer name i.
score_homeStringScore home.
score_awayStringScore away.
video_availableInt32Video available.
action_idInt32Unique action identifier within a game (V3 PBP).
away_player1Int32Away team's player1.
away_player2Int32Away team's player2.
away_player3Int32Away team's player3.
away_player4Int32Away team's player4.
away_player5Int32Away team's player5.
home_player1Int32Home team's player1.
home_player2Int32Home team's player2.
home_player3Int32Home team's player3.
home_player4Int32Home team's player4.
home_player5Int32Home team's player5.
home_descriptionStringHome team's description.
player1_team_cityStringPlayer1 team city.
player1_team_nicknameStringPlayer1 team nickname.
visitor_descriptionStringVisitor description.
player2_idStringV2 PBP secondary player ID (e.g. assister / fouled-by).
player2_nameStringV2 PBP secondary player name.
player2_team_idStringTeam ID of player2.
player2_team_cityStringPlayer2 team city.
player2_team_nicknameStringPlayer2 team nickname.
player2_team_abbreviationStringPlayer2 team abbreviation.
player3_idStringV2 PBP tertiary player ID (e.g. blocker).
player3_nameStringV2 PBP tertiary player name.
player3_team_idStringTeam ID of player3.
player3_team_cityStringPlayer3 team city.
player3_team_nicknameStringPlayer3 team nickname.
player3_team_abbreviationStringPlayer3 team abbreviation.
score_valueInt32Point value of the play (2 / 3 / 1).
msg_typeInt32Message-type code for the play-by-play event.
act_typeInt32Action-type code for the play-by-play event.
slug_teamStringSlug of the team credited with the event.
shot_ptsInt32Points scored on the shot, if the event was a made field goal.
secs_passed_gameFloat64Seconds elapsed in the game at the event.
team_awayStringSlug of the away team.
team_homeStringSlug of the home team.
off_slug_teamStringSlug of the team on offense for the event.
number_eventInt32Sequence number of the event within the game.
possessionInt32Abbreviation of the team currently in possession.
total_starters_homeInt32Number of the home team's starters on the floor for the event.
total_starters_awayInt32Number of the away team's starters on the floor for the event.
garbage_timeInt32TRUE if the play occurred during garbage time.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
load_wnba_stats_pbp(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.
player_idInt32Unique player identifier.
player_nameStringPlayer name.
team_idInt32Unique 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.
minStringMinutes played.
fgmStringField goals made.
fgaStringField goals attempted.
fg_pctStringField-goal percentage.
fg3mStringThree-point field goals made.
fg3aStringThree-point field goals attempted.
fg3_pctStringThree-point percentage.
ftmStringFree throws made.
ftaStringFree throws attempted.
ft_pctStringFree-throw percentage.
orebStringOffensive rebounds collected.
drebStringDefensive rebounds collected.
rebStringTotal rebounds collected.
astStringAssists credited.
stlStringSteals recorded.
blkStringTotal shots blocked.
tovStringTurnovers committed.
pfStringPersonal fouls committed.
ptsStringTotal points scored.
plus_minusStringPlus-minus point differential.
fantasy_ptsStringFantasy points.
video_availableStringVideo available.
team_locationStringTeam city or location string.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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_idStringUnique 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.
numStringInning number.
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).
ageStringPlayer age (in years).
expStringYears of MLB service experience.
schoolStringPlayer's school / college (when distinct from 'college').
player_idStringUnique player identifier.
how_acquiredStringHow the team acquired the player (draft, trade, free agency).
season_2Int32Season label in the league's second display form.
team_id_lookupInt32Team id used to join the row back to the team tables.
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_IDStringUnique 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.
MINStringMinutes played.
PTSStringPoints scored.
FGMStringField goals made.
FGAStringField goal attempts.
FG_PCTStringField goal percentage (0-1).
FG3MStringThree-point field goals made.
FG3AStringThree-point field goal attempts.
FG3_PCTStringThree-point field goal percentage (0-1).
FTMStringFree throws made.
FTAStringFree throw attempts.
FT_PCTStringFree throw percentage (0-1).
OREBStringOffensive rebounds.
DREBStringDefensive rebounds.
REBStringTotal rebounds.
ASTStringAssists.
STLStringSteals.
BLKStringBlocks.
TOVStringTurnovers.
PFStringPersonal fouls.
PLUS_MINUSStringPlus/minus point differential while on court.
seasonInt32Season identifier (4-digit year or 'YYYY-YY' string).
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).
periodInt32Period of the game (1-4 quarters; 5+ for OT).
clockStringGame clock value.
team_idInt32Unique team identifier.
person_idInt32Unique player identifier (V3 endpoints).
action_typeStringAction type label (e.g. 'Made Shot', 'Substitution').
sub_typeStringAction sub-type label.
descriptionStringLong-form description text.
x_legacyInt32V2-format X coordinate (preserved for V3-to-V2 compatibility).
y_legacyInt32V2-format Y coordinate (preserved for V3-to-V2 compatibility).
shot_distanceInt32Shot distance from the basket, in feet.
shot_valueInt32Point value of the shot (2 or 3).
shot_resultStringShot result ('Made' / 'Missed').
points_totalInt32Running total of points scored.
load_wnba_stats_shots(seasons=2026)