BLACKMAMBA86/NBA-Player-Career-Stats
收藏资源简介:
--- 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 name - `AST`: Total career assists - `BLK`: Total career blocks - `DREB`: Total career defensive rebounds - `FG3A`: Total 3-point field goal attempts - `FG3M`: Total 3-point field goals made - `FG3_PCT`: 3-point field goal percentage - `FGA`: Total field goal attempts - `FGM`: Total field goals made - `FG_PCT`: Field goal percentage - `FTA`: Total free throw attempts - `FTM`: Total free throws made - `FT_PCT`: Free throw percentage - `GP`: Total games played - `GS`: Total games started - `MIN`: Total minutes played - `OREB`: Total offensive rebounds - `PF`: Total personal fouls - `PTS`: Total career points - `REB`: Total rebounds (OREB + DREB) - `STL`: Total steals - `TOV`: Total turnovers - `FIRST_NAME`: Player's first name - `LAST_NAME`: Player's last name - `FULL_NAME_LOWER`: Full name in lowercase - `FIRST_NAME_LOWER`: First name in lowercase - `LAST_NAME_LOWER`: Last name in lowercase - `IS_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.
许可证:MIT 语言: - 英语 ## 数据集说明 本数据集仅包含一个CSV文件,收录NBA球员生涯全维度统计数据。数据涵盖每位球员职业生涯的多项赛场技术统计与个人基本信息。 ## 数据字段 该CSV文件包含以下列: - `FULL_NAME`:球员全名 - `AST`:生涯总助攻数 - `BLK`:生涯总盖帽数 - `DREB`:生涯总防守篮板数 - `FG3A`:三分球出手总次数 - `FG3M`:三分球命中总次数 - `FG3_PCT`:三分球命中率 - `FGA`:全场投篮出手总次数 - `FGM`:全场投篮命中总次数 - `FG_PCT`:投篮命中率 - `FTA`:罚球出手总次数 - `FTM`:罚球命中总次数 - `FT_PCT`:罚球命中率 - `GP`:总出场次数 - `GS`:总首发次数 - `MIN`:总出场时长 - `OREB`:进攻篮板总次数 - `PF`:个人犯规总次数 - `PTS`:生涯总得分 - `REB`:总篮板数(OREB + DREB) - `STL`:总抢断数 - `TOV`:总失误数 - `FIRST_NAME`:球员名 - `LAST_NAME`:球员姓氏 - `FULL_NAME_LOWER`:小写格式的球员全名 - `FIRST_NAME_LOWER`:小写格式的球员名 - `LAST_NAME_LOWER`:小写格式的球员姓氏 - `IS_ACTIVE`:球员现役状态标记(1代表现役,0代表非现役) ## 应用示例 本全面数据集可支撑各类与NBA球员赛场表现相关的分析与应用场景,例如: - 计算球员效率值(PER)、胜利贡献值(Win Shares)等进阶统计指标 - 跨时代对比球员数据并适配比赛节奏进行调整 - 构建球员排名体系 - 基于过往赛场数据预测球员未来竞技表现 - 识别交易市场或自由球员签约中的被低估球员 - 分析球员投篮能力、篮板效率、组织进攻能力等专项赛场能力 此外,数据集收录的个人姓名信息也便于与其他数据源进行整合。 ## 许可证 本数据集采用开源MIT许可协议进行分发。




