NBA Single Game Rebounding Leaders
This is a list of NBA players who have had 38 or more rebounds in a single game.
@kaggle.kabhishm_nba_single_game_rebounding_leaders
This is a list of NBA players who have had 38 or more rebounds in a single game.
@kaggle.kabhishm_nba_single_game_rebounding_leaders
CREATE TABLE rebounds_post_73 (
"rebounds" BIGINT,
"off_rebounds" BIGINT,
"def_rebounds" BIGINT,
"player" VARCHAR,
"team" VARCHAR,
"date" VARCHAR,
"opp" VARCHAR,
"score" VARCHAR,
"minutes_played" VARCHAR,
"points" BIGINT,
"n_20_20" VARCHAR,
"led_the_league" VARCHAR
);
Anyone who has the link will be able to view this.