Baselight

NBA Enhanced Box Score And Standings (2012 - 2018)

Box Scores and Standings stats with advanced calculations

@kaggle.pablote_nba_enhanced_stats

N 2017–18 Standings
@kaggle.pablote_nba_enhanced_stats.n_2017_18_standings

  • 436.94 KB
  • 5040 rows
  • 39 columns
stdate

StDate

teamabbr

TeamAbbr

rank

Rank

rankord

RankOrd

gamewon

GameWon

gamelost

GameLost

stk

Stk

stktype

StkType

stktot

StkTot

gameback

GameBack

ptsfor

PtsFor

ptsagnst

PtsAgnst

homewin

HomeWin

homeloss

HomeLoss

awaywin

AwayWin

awayloss

AwayLoss

confwin

ConfWin

confloss

ConfLoss

lastfive

LastFive

lastten

LastTen

gameplay

GamePlay

ptsscore

PtsScore

ptsallow

PtsAllow

ptsdiff

PtsDiff

opptgmplay

OpptGmPlay

opptgmwon

OpptGmWon

opptopptgmplay

OpptOpptGmPlay

opptopptgmwon

OpptOpptGmWon

sos

Sos

rel_indx

Rel%Indx

mov

Mov

srs

Srs

pw

Pw%

pyth_13_91

Pyth%13.91

wpyth13_91

Wpyth13.91

lpyth13_91

Lpyth13.91

pyth_16_5

Pyth%16.5

wpyth16_5

Wpyth16.5

lpyth16_5

Lpyth16.5

Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)ATL22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)BKN22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)BOS1515th1L1loss119910211199102-3-3-30.40120.397732.611449.38860.379331.102650.8974
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)CHA22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)CHI22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)CLE11st1W1win11029911111102993330.59880.602349.388632.61140.620750.897431.1026
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)DAL22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)DEN22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)DET22nd--0.50.58282
Tue Oct 17 2017 00:00:00 GMT+0000 (Coordinated Universal Time)GS1515th1L1loss11121122111121122-1-1-10.46710.471438.654843.34520.466138.220243.7798

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
);

Share link

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