NBA STATS Dataset For Last 10 Years
NBA player stats of the decade
@kaggle.shivamkumar121215_nba_stats_dataset_for_last_10_years
NBA player stats of the decade
@kaggle.shivamkumar121215_nba_stats_dataset_for_last_10_years
CREATE TABLE nba (
"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,
"eff" BIGINT,
"ast_tov" DOUBLE,
"stl_tov" DOUBLE
);
Anyone who has the link will be able to view this.