Baselight

2023-2024 NBA Player Stats

2023-2024 Regular Season NBA Player Stats

@kaggle.vivovinco_2023_2024_nba_player_stats

Loading...
Loading...

About this Dataset

2023-2024 NBA Player Stats

Context

This dataset contains 2021-2022 regular season NBA player stats per game.
Note that there are duplicate player names resulted from team changes.

Content

+500 rows and 30 columns.
Columns' description are listed below.

  • Rk : Rank
  • Player : Player's name
  • Pos : Position
  • Age : Player's age
  • Tm : Team
  • G : Games played
  • GS : Games started
  • MP : Minutes played per game
  • FG : Field goals per game
  • FGA : Field goal attempts per game
  • FG% : Field goal percentage
  • 3P : 3-point field goals per game
  • 3PA : 3-point field goal attempts per game
  • 3P% : 3-point field goal percentage
  • 2P : 2-point field goals per game
  • 2PA : 2-point field goal attempts per game
  • 2P% : 2-point field goal percentage
  • eFG% : Effective field goal percentage
  • FT : Free throws per game
  • FTA : Free throw attempts per game
  • FT% : Free throw percentage
  • ORB : Offensive rebounds per game
  • DRB : Defensive rebounds per game
  • TRB : Total rebounds per game
  • AST : Assists per game
  • STL : Steals per game
  • BLK : Blocks per game
  • TOV : Turnovers per game
  • PF : Personal fouls per game
  • PTS : Points per game

Acknowledgements

Data from Basketball Reference.
Image from NBA.

If you're reading this, please upvote.

Tables

N 2023–2024 Nba Player Stats Playoffs

@kaggle.vivovinco_2023_2024_nba_player_stats.n_2023_2024_nba_player_stats_playoffs
  • 37.06 kB
  • 214 rows
  • 30 columns
Loading...
CREATE TABLE n_2023_2024_nba_player_stats_playoffs (
  "rk" BIGINT,
  "player" VARCHAR,
  "pos" VARCHAR,
  "age" BIGINT,
  "tm" VARCHAR,
  "g" 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
);

Share link

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