Best Ever Basketball Players Stats
List of players who are considered the best to ever do it - and their statistics
@kaggle.akulvaishnavi_best_ever_basketball_players_stats
List of players who are considered the best to ever do it - and their statistics
@kaggle.akulvaishnavi_best_ever_basketball_players_stats
CREATE TABLE bball (
"name" VARCHAR,
"pos" VARCHAR,
"drafted" BIGINT,
"retired" VARCHAR,
"pick" BIGINT,
"peak_year" BIGINT,
"team" VARCHAR,
"g" BIGINT,
"mp" DOUBLE,
"pts" DOUBLE,
"trb" DOUBLE,
"ast" DOUBLE,
"per" DOUBLE,
"ewa" DOUBLE,
"ws" DOUBLE,
"ws_48" DOUBLE,
"total_g" BIGINT,
"total_mp" DOUBLE,
"total_pts" DOUBLE,
"total_trb" DOUBLE,
"total_ast" DOUBLE,
"total_per" DOUBLE,
"total_ewa" DOUBLE,
"total_ws" DOUBLE,
"total_ws_48" DOUBLE
);
Anyone who has the link will be able to view this.