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 n_2017_18_standings (
"stdate" TIMESTAMP,
"teamabbr" VARCHAR,
"rank" BIGINT,
"rankord" VARCHAR,
"gamewon" BIGINT,
"gamelost" BIGINT,
"stk" VARCHAR,
"stktype" VARCHAR,
"stktot" BIGINT,
"gameback" DOUBLE,
"ptsfor" BIGINT,
"ptsagnst" BIGINT,
"homewin" BIGINT,
"homeloss" BIGINT,
"awaywin" BIGINT,
"awayloss" BIGINT,
"confwin" BIGINT,
"confloss" BIGINT,
"lastfive" BIGINT,
"lastten" BIGINT,
"gameplay" BIGINT,
"ptsscore" DOUBLE,
"ptsallow" DOUBLE,
"ptsdiff" DOUBLE,
"opptgmplay" BIGINT,
"opptgmwon" BIGINT,
"opptopptgmplay" BIGINT,
"opptopptgmwon" BIGINT,
"sos" DOUBLE,
"rel_indx" DOUBLE,
"mov" DOUBLE,
"srs" DOUBLE,
"pw" DOUBLE,
"pyth_13_91" DOUBLE,
"wpyth13_91" DOUBLE,
"lpyth13_91" DOUBLE,
"pyth_16_5" DOUBLE,
"wpyth16_5" DOUBLE,
"lpyth16_5" DOUBLE
);
Anyone who has the link will be able to view this.