box_scores: Box score data from the Australian Women's National...

Description Usage Format Source

Description

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.

Usage

1

Format

A tibble with 1200 rows and 50 variables:

season

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.

page_id

Numeric. Unique identifier for each game. View the game stats in your browser by navigating to https://www.fibalivestats.com/u/wnbl/<page_id>/

team_name

Character. Team name.

team_short_name

Character. Team nickname.

home_away_flag

Character. Identifying whether the team represented on each row was the home or away team.

team_name_opp

Character. Opposition team name.

team_short_name_opp

Character. Opposition team nickname.

points_total

Numeric. Points scored by the team listed in team_name.

points_total_opp

Numeric. Points scored by the opposition team listed in team_name_opp

points_margin

Numeric. points_total minus points_total_opp.

team_result

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.

minutes

Character. Total team minutes, in mm:ss.

field_goals_made

Numeric. Number of successful field goals.

field_goals_attempted

Numeric. Number of attempted field goals.

field_goals_percentage

Numeric. field_goals_made divided by field_goals_attempted multiplied by 100.

three_pointers_made

Numeric. Number of successful field goals.

three_pointers_attempted

Numeric. Number of attempted field goals

three_pointers_percentage

Numeric. three_pointers_made divided by three_pointers_attempted multiplied by 100.

two_pointers_made

Numeric. Number of two-point field goals made.

two_pointers_attempted

Numeric. Number of two-point field goals attempted.

two_pointers_percentage

Numeric. two_pointers_made divided by two_pointers_attempted multiplied by 100.

free_throws_made

Numeric. Number of free throws made.

free_throws_attempted

Numeric. Number of free throws attempted.

free_throws_percentage

Numeric. free_throws_made divided by free_throws_attempted multiplied by 100.

rebounds_defensive

Numeric. Total number of defensive rebounds (individual + team).

rebounds_offensive

Numeric. Total number of offensive rebounds (individual + team).

rebounds_total

Numeric. Total number of rebounds, rebounds_defensive plus rebounds_offensive.

assists

Numeric. Number of assists.

turnovers

Numeric. Number of turnovers.

steals

Numeric. Number of steals.

blocks

Numeric. Number of blocks.

blocks_received

Numeric. Number of blocks received.

fouls_personal

Numeric. Number of personal fouls.

fouls_team

Numeric. Number of team fouls.

fouls_on

Numeric. Number of fouls on.

fouls_total

Numeric. Number of total fouls.

points_from_turnovers

Numeric. Number of points scored from turnovers.

points_second_chance

Numeric. Number of second-chance points.

points_fast_break

Numeric. Number of points from fast breaks.

bench_points

Numeric. Number of points scored by bench players (i.e., non-starters).

points_in_the_paint

Numeric. Number of points scored in the key area (colloquially, "in the paint").

time_leading

Character. Time that the team listed in team_name spent in the lead during a game, expressed in mm:ss.

biggest_lead

Numeric. Biggest lead achieved during a game by the team listed in team_name.

biggest_scoring_run

Numeric. Biggest continuous run of scores achieved during a game by the team listed in team_name.

lead_changes

Numeric. Number of lead changes during a game.

times_scores_level

Numeric. Number of times scores were level between competing teams.

rebounds_team

Numeric. Number of team rebounds, rebounds_team_defensive + rebounds_team_offensive.

rebounds_team_defensive

Numeric. Number of team defensive rebounds.

rebounds_team_offensive

Numeric. Number of team offensive rebounds.

turnovers_team

Numeric. Number of team turnovers.

Source

Australian Women's National Basketball League website https://www.wnbl.com.au


jacquietran/wnblr documentation built on Jan. 8, 2022, 1:13 a.m.