Description Usage Format Source
box_scores
contains box scores data at the team-level (one row per competing team), from games played in the Australian Women's National Basketball League. The box_scores
data set currently contains publicly available data from games played in the 2014/2015 season to the 2020 season, inclusive.
1 |
A tibble with 1200 rows and 50 variables:
Numeric. Season of competition. Note that WNBL seasons typically overlap year-end. For simplicity, the first year of competition is included in the season
variable, e.g., "2014" represents the 2014 / 2015 season.
Numeric. Unique identifier for each game. View the game stats in your browser by navigating to https://www.fibalivestats.com/u/wnbl/<page_id>/
Character. Team name.
Character. Team nickname.
Character. Identifying whether the team represented on each row was the home or away team.
Character. Opposition team name.
Character. Opposition team nickname.
Numeric. Points scored by the team listed in team_name
.
Numeric. Points scored by the opposition team listed in team_name_opp
Numeric. points_total
minus points_total_opp
.
Character. Identifying whether the team represented on each row won ("W") the game, lost ("L") the game, or drew ("D") with the team listed in team_name_opp
.
Character. Total team minutes, in mm:ss.
Numeric. Number of successful field goals.
Numeric. Number of attempted field goals.
Numeric. field_goals_made
divided by field_goals_attempted
multiplied by 100.
Numeric. Number of successful field goals.
Numeric. Number of attempted field goals
Numeric. three_pointers_made
divided by three_pointers_attempted
multiplied by 100.
Numeric. Number of two-point field goals made.
Numeric. Number of two-point field goals attempted.
Numeric. two_pointers_made
divided by two_pointers_attempted
multiplied by 100.
Numeric. Number of free throws made.
Numeric. Number of free throws attempted.
Numeric. free_throws_made
divided by free_throws_attempted
multiplied by 100.
Numeric. Total number of defensive rebounds (individual + team).
Numeric. Total number of offensive rebounds (individual + team).
Numeric. Total number of rebounds, rebounds_defensive
plus rebounds_offensive
.
Numeric. Number of assists.
Numeric. Number of turnovers.
Numeric. Number of steals.
Numeric. Number of blocks.
Numeric. Number of blocks received.
Numeric. Number of personal fouls.
Numeric. Number of team fouls.
Numeric. Number of fouls on.
Numeric. Number of total fouls.
Numeric. Number of points scored from turnovers.
Numeric. Number of second-chance points.
Numeric. Number of points from fast breaks.
Numeric. Number of points scored by bench players (i.e., non-starters).
Numeric. Number of points scored in the key area (colloquially, "in the paint").
Character. Time that the team listed in team_name
spent in the lead during a game, expressed in mm:ss.
Numeric. Biggest lead achieved during a game by the team listed in team_name
.
Numeric. Biggest continuous run of scores achieved during a game by the team listed in team_name
.
Numeric. Number of lead changes during a game.
Numeric. Number of times scores were level between competing teams.
Numeric. Number of team rebounds, rebounds_team_defensive
+ rebounds_team_offensive
.
Numeric. Number of team defensive rebounds.
Numeric. Number of team offensive rebounds.
Numeric. Number of team turnovers.
Australian Women's National Basketball League website https://www.wnbl.com.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.