NBA Enhanced Box Score And Standings (2012 - 2018)
Box Scores and Standings stats with advanced calculations
@kaggle.pablote_nba_enhanced_stats
Box Scores and Standings stats with advanced calculations
@kaggle.pablote_nba_enhanced_stats
CREATE TABLE teamboxscore (
"gmdate" TIMESTAMP,
"gmtime" VARCHAR,
"seastyp" VARCHAR,
"offlnm1" VARCHAR,
"offfnm1" VARCHAR,
"offlnm2" VARCHAR,
"offfnm2" VARCHAR,
"offlnm3" VARCHAR,
"offfnm3" VARCHAR,
"teamabbr" VARCHAR,
"teamconf" VARCHAR,
"teamdiv" VARCHAR,
"teamloc" VARCHAR,
"teamrslt" VARCHAR,
"teammin" BIGINT,
"teamdayoff" BIGINT,
"teampts" BIGINT,
"teamast" BIGINT,
"teamto" BIGINT,
"teamstl" BIGINT,
"teamblk" BIGINT,
"teampf" BIGINT,
"teamfga" BIGINT,
"teamfgm" BIGINT,
"teamfg" DOUBLE,
"team2pa" BIGINT,
"team2pm" BIGINT,
"team2p" DOUBLE,
"team3pa" BIGINT,
"team3pm" BIGINT,
"team3p" DOUBLE,
"teamfta" BIGINT,
"teamftm" BIGINT,
"teamft" DOUBLE,
"teamorb" BIGINT,
"teamdrb" BIGINT,
"teamtrb" BIGINT,
"teampts1" BIGINT,
"teampts2" BIGINT,
"teampts3" BIGINT,
"teampts4" BIGINT,
"teampts5" BIGINT,
"teampts6" BIGINT,
"teampts7" BIGINT,
"teampts8" BIGINT,
"teamtreb" DOUBLE,
"teamasst" DOUBLE,
"teamts" DOUBLE,
"teamefg" DOUBLE,
"teamoreb" DOUBLE,
"teamdreb" DOUBLE,
"teamto_7b6bd9" DOUBLE,
"teamstl_6034de" DOUBLE,
"teamblk_d02235" DOUBLE,
"teamblkr" DOUBLE,
"teampps" DOUBLE,
"teamfic" DOUBLE,
"teamfic40" DOUBLE,
"teamortg" DOUBLE,
"teamdrtg" DOUBLE,
"teamediff" DOUBLE,
"teamplay" DOUBLE,
"teamar" DOUBLE,
"teamast_to" DOUBLE,
"teamstl_to" DOUBLE,
"opptabbr" VARCHAR,
"opptconf" VARCHAR,
"opptdiv" VARCHAR,
"opptloc" VARCHAR,
"opptrslt" VARCHAR,
"opptmin" BIGINT,
"opptdayoff" BIGINT,
"opptpts" BIGINT,
"opptast" BIGINT,
"opptto" BIGINT,
"opptstl" BIGINT,
"opptblk" BIGINT,
"opptpf" BIGINT,
"opptfga" BIGINT,
"opptfgm" BIGINT,
"opptfg" DOUBLE,
"oppt2pa" BIGINT,
"oppt2pm" BIGINT,
"oppt2p" DOUBLE,
"oppt3pa" BIGINT,
"oppt3pm" BIGINT,
"oppt3p" DOUBLE,
"opptfta" BIGINT,
"opptftm" BIGINT,
"opptft" DOUBLE,
"opptorb" BIGINT,
"opptdrb" BIGINT,
"oppttrb" BIGINT,
"opptpts1" BIGINT,
"opptpts2" BIGINT,
"opptpts3" BIGINT,
"opptpts4" BIGINT,
"opptpts5" BIGINT,
"opptpts6" BIGINT,
"opptpts7" BIGINT
);
Anyone who has the link will be able to view this.