Baselight

NBA STATS Dataset For Last 10 Years

NBA player stats of the decade

@kaggle.shivamkumar121215_nba_stats_dataset_for_last_10_years

Playoffs
@kaggle.shivamkumar121215_nba_stats_dataset_for_last_10_years.playoffs

  • 144.86 KB
  • 2576 rows
  • 31 columns
unnamed_0_1

Unnamed: 0.1

unnamed_0

Unnamed: 0

year

Year

season_type

Season Type

player_id

PLAYER ID

rank

RANK

player

PLAYER

team_id

TEAM ID

team

TEAM

gp

GP

min

MIN

fgm

FGM

fga

FGA

fg_pct

FG PCT

fg3m

FG3M

fg3a

FG3A

fg3_pct

FG3 PCT

ftm

FTM

fta

FTA

ft_pct

FT PCT

oreb

OREB

dreb

DREB

reb

REB

ast

AST

stl

STL

blk

BLK

tov

TOV

pf

PF

pts

PTS

ast_tov

AST TOV

stl_tov

STL TOV

4682012-13Playoffs25441LeBron James1610612748MIA239602124320.49136960.3751361750.77737156193152411870435962.170.59
14692012-13Playoffs22252Tony Parker1610612759SAS217651673650.45811310.355871120.77714546814624353264322.750.45
24702012-13Playoffs14953Tim Duncan1610612759SAS217351513210.47179980.8065416021440183442533810.950.43
34712012-13Playoffs2023314Paul George1610612754IND197801192770.43341040.327931280.727161251419625975723651.280.33
44722012-13Playoffs25485Dwyane Wade1610612748MIA227821443150.457140.2560800.753864102105382358453491.810.66
54732012-13Playoffs25466Carmelo Anthony1610612752NYK124811263100.40617570.29877870.8851168791913231463460.610.42
64742012-13Playoffs2011427Kevin Durant1610612760OKC114851122460.45522700.314931120.837929969141243263391.60.33
74752012-13Playoffs2015798Roy Hibbert1610612754IND196941202350.511831030.80690981882633743743230.60.07
84762012-13Playoffs25619David West1610612754IND196891152490.462372940.7664110314439131545543020.870.29
94772012-13Playoffs20269510Kawhi Leonard1610612759SAS217751152110.54523590.3931490.6335014019022371123402840.961.61

CREATE TABLE playoffs (
  "unnamed_0_1" BIGINT,
  "unnamed_0" BIGINT,
  "year" VARCHAR,
  "season_type" VARCHAR,
  "player_id" BIGINT,
  "rank" BIGINT,
  "player" VARCHAR,
  "team_id" BIGINT,
  "team" VARCHAR,
  "gp" BIGINT,
  "min" BIGINT,
  "fgm" BIGINT,
  "fga" BIGINT,
  "fg_pct" DOUBLE,
  "fg3m" BIGINT,
  "fg3a" BIGINT,
  "fg3_pct" DOUBLE,
  "ftm" BIGINT,
  "fta" BIGINT,
  "ft_pct" DOUBLE,
  "oreb" BIGINT,
  "dreb" BIGINT,
  "reb" BIGINT,
  "ast" BIGINT,
  "stl" BIGINT,
  "blk" BIGINT,
  "tov" BIGINT,
  "pf" BIGINT,
  "pts" BIGINT,
  "ast_tov" DOUBLE,
  "stl_tov" DOUBLE
);

Share link

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