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_pre_73 (
"rebounds" BIGINT,
"player" VARCHAR,
"team" VARCHAR,
"date" VARCHAR,
"opp" VARCHAR,
"desc" VARCHAR
);
Anyone who has the link will be able to view this.