NBA Predictions
Describing the best NBA players according to RAPTOR
@kaggle.whenamancodes_nba_raptor
Describing the best NBA players according to RAPTOR
@kaggle.whenamancodes_nba_raptor
CREATE TABLE latest_raptor_by_player (
"player_name" VARCHAR,
"player_id" VARCHAR,
"season" BIGINT,
"poss" BIGINT,
"mp" BIGINT,
"raptor_box_offense" DOUBLE,
"raptor_box_defense" DOUBLE,
"raptor_box_total" DOUBLE,
"raptor_onoff_offense" DOUBLE,
"raptor_onoff_defense" DOUBLE,
"raptor_onoff_total" DOUBLE,
"raptor_offense" DOUBLE,
"raptor_defense" DOUBLE,
"raptor_total" DOUBLE,
"war_total" DOUBLE,
"war_reg_season" DOUBLE,
"war_playoffs" DOUBLE,
"predator_offense" DOUBLE,
"predator_defense" DOUBLE,
"predator_total" DOUBLE,
"pace_impact" DOUBLE
);
Anyone who has the link will be able to view this.