Baselight

NBA Player Salaries (2022-23 Season)

Player Salaries and Per Game Stats for the 2022-23 NBA Season

@kaggle.jamiewelsh2_nba_player_salaries_2022_23_season

Loading...
Loading...

About this Dataset

NBA Player Salaries (2022-23 Season)

This dataset merges player per-game and advanced statistics for the NBA's 2022-23 season with player salary data, creating a comprehensive resource for understanding the performance and financial aspects of professional basketball players. The dataset is the result of web scraping player salary information from Hoopshype, and downloading traditional per-game and advanced statistics from Basketball Reference.

Key Features:

  • Player Information: Player name, team(s) played for during the season.
  • Per Game Statistics: A wide array of per-game statistics, including points scored (PPG), assists (APG), rebounds (RPG), steals (SPG), blocks (BPG), and more.
  • Shooting Efficiency: Metrics like field goal percentage (FG%), three-point percentage (3P%), two-point percentage (2P%), and free throw percentage (FT%) for assessing scoring efficiency.
  • Advanced Statistics: A wide array of advanced metrics such as value over replacement player (VORP), win shares (WS) and true shooting percentage (TS%)
  • Salaries: The financial aspect of the dataset includes player salaries for the 2022-23 season, offering insights into player earning

Potential Uses:

  • Player Performance Analysis: Analysts can evaluate player performance in correlation with their earnings, identifying players who provide strong value for their salaries.
  • Team Budgeting and Strategy: Teams can use this dataset to assess the financial implications of player acquisitions, trades, and salary cap management.
  • Player Earnings Insights: The dataset offers insights into the income distribution of NBA players, helping fans and analysts understand the financial side of professional basketball.
  • Data-Driven Decisions: Data scientists can leverage this combined dataset for predictive modeling and machine learning applications, including salary predictions and player valuation.

Acknowledgements: Basketball Reference, Hoopshype

Tables

Nba 2022–23 All Stats With Salary

@kaggle.jamiewelsh2_nba_player_salaries_2022_23_season.nba_2022_23_all_stats_with_salary
  • 95.93 kB
  • 467 rows
  • 52 columns
Loading...
CREATE TABLE nba_2022_23_all_stats_with_salary (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "player_name" VARCHAR,
  "salary" BIGINT,
  "position" VARCHAR,
  "age" BIGINT,
  "team" VARCHAR,
  "gp" BIGINT,
  "gs" BIGINT,
  "mp" DOUBLE,
  "fg" DOUBLE,
  "fga" DOUBLE,
  "fg_51ab2d" DOUBLE  -- FG%,
  "n_3p" DOUBLE  -- 3P,
  "n_3pa" DOUBLE  -- 3PA,
  "n_3p_d87a85" DOUBLE  -- 3P%,
  "n_2p" DOUBLE  -- 2P,
  "n_2pa" DOUBLE  -- 2PA,
  "n_2p_c8658d" DOUBLE  -- 2P%,
  "efg" DOUBLE  -- EFG%,
  "ft" DOUBLE,
  "fta" DOUBLE,
  "ft_ba25d5" DOUBLE  -- FT%,
  "orb" DOUBLE,
  "drb" DOUBLE,
  "trb" DOUBLE,
  "ast" DOUBLE,
  "stl" DOUBLE,
  "blk" DOUBLE,
  "tov" DOUBLE,
  "pf" DOUBLE,
  "pts" DOUBLE,
  "total_minutes" BIGINT,
  "per" DOUBLE,
  "ts" DOUBLE  -- TS%,
  "n_3par" DOUBLE  -- 3PAr,
  "ftr" DOUBLE,
  "orb_6d1d9b" DOUBLE  -- ORB%,
  "drb_f91726" DOUBLE  -- DRB%,
  "trb_08d3e9" DOUBLE  -- TRB%,
  "ast_d11618" DOUBLE  -- AST%,
  "stl_d4de98" DOUBLE  -- STL%,
  "blk_d028d3" DOUBLE  -- BLK%,
  "tov_8a121e" DOUBLE  -- TOV%,
  "usg" DOUBLE  -- USG%,
  "ows" DOUBLE,
  "dws" DOUBLE,
  "ws" DOUBLE,
  "ws_48" DOUBLE,
  "obpm" DOUBLE,
  "dbpm" DOUBLE,
  "bpm" DOUBLE,
  "vorp" DOUBLE
);

Nba Salaries

@kaggle.jamiewelsh2_nba_player_salaries_2022_23_season.nba_salaries
  • 62.14 kB
  • 467 rows
  • 32 columns
Loading...
CREATE TABLE nba_salaries (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "player_name" VARCHAR,
  "salary" BIGINT,
  "position" VARCHAR,
  "age" BIGINT,
  "team" VARCHAR,
  "gp" BIGINT,
  "gs" BIGINT,
  "mp" DOUBLE,
  "fg" DOUBLE,
  "fga" DOUBLE,
  "fg_51ab2d" DOUBLE  -- FG%,
  "n_3p" DOUBLE  -- 3P,
  "n_3pa" DOUBLE  -- 3PA,
  "n_3p_d87a85" DOUBLE  -- 3P%,
  "n_2p" DOUBLE  -- 2P,
  "n_2pa" DOUBLE  -- 2PA,
  "n_2p_c8658d" DOUBLE  -- 2P%,
  "efg" DOUBLE  -- EFG%,
  "ft" DOUBLE,
  "fta" DOUBLE,
  "ft_ba25d5" DOUBLE  -- FT%,
  "orb" DOUBLE,
  "drb" DOUBLE,
  "trb" DOUBLE,
  "ast" DOUBLE,
  "stl" DOUBLE,
  "blk" DOUBLE,
  "tov" DOUBLE,
  "pf" DOUBLE,
  "pts" DOUBLE,
  "player_additional" VARCHAR
);

Share link

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