NBA Player Statistics 2023
NBA Player Total Performance Statistics in Regular Season 2023
@kaggle.tanatmetmaolee_nba_player_statistics_2023
NBA Player Total Performance Statistics in Regular Season 2023
@kaggle.tanatmetmaolee_nba_player_statistics_2023
(June 2024) Edited: You can now use the script on GitHub for any season! :)
Visit my GitHub for Python Notebook at https://github.com/TanatB/DS_nba_stats_project
Player - Player Name (str): Name of the player.
POS - Position (str): Position of this player (Including 'N/A' string).
Team - Team Abbreviation (str): The team whose this player is playing for this season in abbreviated term.
Age - Age (float): The Age of the player.
GP - Games Played (float): The total games that the player has played in this season.
W - Wins (float): Total of Games won while the player has played.
L - Loses (float): Total of Games lost while the player has played.
Min - Minutes Played (float): Total Minutes the player has played for this season.
PTS - Points (float) : Total Points made by the player.
FGM - Field Goals Made (float): Total Field Goals Made by the player.
FGA - Field Goals Attempted (float): Total Field Goal Attempted by the player.
FG%- Field Goal Percentage (float): The percentage of Total Field Goal from the player.
3PM - 3 Point Field Goals Made (float): The total number of 3 points made by this player.
3PA - 3 Point Field Goals Attempted (float): The total number of 3 points attempted by this player.
3P% - 3 Point Field Goal Percentage (float): The percentage of 3 points Field Goal from the player.
FTM - Free Throws Made (float): The number of free throws that this player has made.
FTA - Free Throws Attempt (float): The number of free throws that this player has attempted.
FT% - Free Throw Percentage (float): The Percentage of free throws that this player.
OREB - Offensive Rebounds (float): The total number of Offensive Rebounds this player has made from this season.
DREB - Defensive Rebounds (float): The total number of Defensive Rebounds this player has made from this season.
REB - Rebounds (float): The total number of Total Rebounds this player has made from this season.
AST - Assists (float): The total number of Steals this player has made from this season.
TOV - Turnovers (float): Total number of Turnovers this player has made from this season.
STL - Steals (float): Total number of Steals this player has made from this season.
BLK - Blocks (float): Total number of Blocks this player has made from this season.
PF - Personal Fouls (float): Total number of Personal Fouls this player has made from this season.
FP - NBA Fantasy Points (float): Total Number of NBA Fantasy points this player has made.
DD2 - Double Doubles (float): Total Number of Double Doubles this player has made from this season.
TD3 - Triple Doubles (float): Total Number of Triple Doubles this player has made from this season.
+/- - Plus-Minus (float): Total Difference between player scoring versus opponents scoring while the player is in the game.
Anyone who has the link will be able to view this.