The WNBA Basketball Data was scraped from https://www.basketball-reference.com/wnba/players/ and contains information on basketball players from the 2019 season.
basketball
A data frame with 146 rows and 30 variables. Each row represents a single WNBA basketball player. The variables on each player are as follows.
first and last name
height in inches
weight in pounds
year of the WNBA season
team that the WNBA player is a member of
age in years
number of games played by the player in that season
number of games the player started in that season
average number of minutes played per game
average number of field goals per game played
average number of field goals attempted per game played
percent of field goals made throughout the season
average number of three pointers per game played
average number of three pointers attempted per game played
percent of three pointers made throughout the season
average number of two pointers made per game played
average number of two pointers attempted per game played
percent of two pointers made throughout the season
average number of free throws made per game played
average number of free throws attempted per game played
percent of free throws made throughout the season
average number of offensive rebounds per game played
average number of defensive rebounds per game played
average number of rebounds (both offensive and defensive) per game played
average number of assists per game played
average number of steals per game played
average number of blocks per game played
average number of turnovers per game played
average number of personal fouls per game played. Note: after 5 fouls the player is not allowed to play in that game anymore
average number of points made per game played
total number of minutes played throughout the season
whether or not the player started in more than half of the games they played