Baselight

NBA Player Statistics 2023

NBA Player Total Performance Statistics in Regular Season 2023

@kaggle.tanatmetmaolee_nba_player_statistics_2023

About this Dataset

NBA Player Statistics 2023

(June 2024) Edited: You can now use the script on GitHub for any season! :)

DISCLAIMER

  • Please don't forget to upvote this dataset if it happens to be useful for you. Thank you!
  • This is my very first Data Science Project ever, so feel free to let me know if there is any bug or issues :)

To Access the script

Visit my GitHub for Python Notebook at https://github.com/TanatB/DS_nba_stats_project

Context

  1. The goal of the author to achieve from this dataset is to practice the basics of data analysis e.g. Data Scraping, Data Cleaning, EDA and publicly share the dataset for everyone's use.
  2. By using Python Selenium automation and BeautifulSoup, two sources are required to establish this dataset.
  3. If you wish to get a dataset from the other seasons (or any season type e.g. pre-season, playoff), please feel free to visit my GitHub to use my Notebook to scrape them.
  4. Keep in mind that the dataset is based on the total stats of each players from the whole season, not the average point-per-game stats.

Column Descriptions

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.

Share link

Anyone who has the link will be able to view this.