Description Usage Format Source
shots
contains shots data for field goals (one row per shot attempt), from games played in the Australian Women's National Basketball League. Includes details such as XY location, types of field goals (i.e., 3-pt, 2-pt) and sub-types (e.g., lay-ups, jump shots, dunks). The shots
data set currently contains publicly available data from games played in the 2014/2015 season to the 2020 season, inclusive.
1 |
A tibble with 81828 rows and 20 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>/
Numeric. Unique identifier for each shot in a game. Allows for ordering of shots in the chronological sequence that they occurred.
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.
Character. A string to identify whether the period is a REGULAR period or OVERTIME.
Numeric. Identifies the period number. Use in conjunction with period_type
, e.g., period_type == "REGULAR" & period == 1
corresponds to the 1st quarter in regular play; period_type == "OVERTIME" & period == 1
corresponds to the 1st overtime period.
Character. Type of field goal ("3pt", "2pt").
Character. Field goal sub-type (e.g., "jumpshot", "layup", "hookshot", "fadeaway").
Numeric. Flagging variable to indicate whether the shot was made (shot_result == 1
) or missed (shot_result == 0
).
Numeric. Points scored from shot attempt (if any).
Double. In a top-down view of the basketball court, x
corresponds to the estimated horizontal coordinate for each shot's location (e.g., as per an x axis on a cartesian plane).
Double. In a top-down view of the basketball court, y
corresponds to estimated vertical coordinate for each shot's location (e.g., as per a y axis on a cartesian plane).
Character. Player's first name.
Character. Player's family name.
Character. Player's name as it appears on a scoreboard (e.g., Sara Blicavs = S. Blicavs).
Numeric. Player's shirt number.
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.