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
This is a list of National Basketball Association players who have had 38 or more rebounds in a single game. The NBA did not record rebounds until the 1950–51 season.
File name: rebounds_pre _73.csv.
The file contains the following columns:
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 -- 20-20,
"led_the_league" VARCHAR
);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.