metadata
license: mit
language:
- en
Dataset Description
This dataset contains a single CSV file with lifetime statistics for NBA players. The data includes various box score stats and personal information for each player's career.
Data Fields
The CSV file contains the following columns:
FULL_NAME
: The player's full nameAST
: Total career assistsBLK
: Total career blocksDREB
: Total career defensive reboundsFG3A
: Total 3-point field goal attemptsFG3M
: Total 3-point field goals madeFG3_PCT
: 3-point field goal percentageFGA
: Total field goal attemptsFGM
: Total field goals madeFG_PCT
: Field goal percentageFTA
: Total free throw attemptsFTM
: Total free throws madeFT_PCT
: Free throw percentageGP
: Total games playedGS
: Total games startedMIN
: Total minutes playedOREB
: Total offensive reboundsPF
: Total personal foulsPTS
: Total career pointsREB
: Total rebounds (OREB + DREB)STL
: Total stealsTOV
: Total turnoversFIRST_NAME
: Player's first nameLAST_NAME
: Player's last nameFULL_NAME_LOWER
: Full name in lowercaseFIRST_NAME_LOWER
: First name in lowercaseLAST_NAME_LOWER
: Last name in lowercaseIS_ACTIVE
: Flag indicating if player is currently active (1 or 0)
Example Usage
This comprehensive dataset can enable a variety of analyses and applications related to NBA player performance, such as:
- Calculating advanced stats like PER, Win Shares, etc.
- Comparing stats across eras and adjusting for pace
- Building player ranking systems
- Predicting future performance based on previous stats
- Identifying undervalued players in trades or free agency
- Analyzing shooting abilities, rebounding rates, playmaking skills, etc.
The inclusion of personal information like names also allows for easy integration with other data sources.
License
The dataset is provided under an open source MIT license.