Baselight

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

Rebounds Pre 73
@kaggle.kabhishm_nba_single_game_rebounding_leaders.rebounds_pre_73

  • 6.52 KB
  • 56 rows
  • 6 columns
rebounds

Rebounds

player

Player

team

Team

date

Date

opp

Opp

desc

Desc

55Wilt ChamberlainPhiladelphia WarriorsNovember 24, 1960Boston CelticsRecord set in a losing effort; grabbed 31 rebounds in one half; scored 34 points.
51Bill RussellBoston CelticsFebruary 5, 1960Syracuse NationalsSet a then-record.
49Bill RussellBoston CelticsNovember 16, 1957Philadelphia WarriorsSet a then-record for rebounds in a game; set a still-standing record of 32 rebounds in a single half.
49Bill RussellBoston CelticsMarch 11, 1965Detroit Pistonsnan
45Wilt ChamberlainPhiladelphia WarriorsFebruary 6, 1960Syracuse NationalsSingle-game record for a rookie; scored 44 points; the fourth quadruple double-double in NBA history.
45Wilt ChamberlainPhiladelphia WarriorsJanuary 21, 1961Los Angeles LakersScored 56 points; the fifth quadruple double-double in NBA history.
43Wilt ChamberlainPhiladelphia WarriorsNovember 10, 1959New York KnicksSet a then-record for a rookie; scored 39 points.
43Wilt ChamberlainPhiladelphia WarriorsDecember 8, 1961Los Angeles LakersTriple overtime; Chamberlain also scored a then-record 78 points in the game; the sixth quadruple double-double in NBA history.
43Bill RussellBoston CelticsJanuary 20, 1963Los Angeles Lakersnan
43Wilt ChamberlainPhiladelphia 76ersMarch 6, 1965Boston Celticsnan

CREATE TABLE rebounds_pre_73 (
  "rebounds" BIGINT,
  "player" VARCHAR,
  "team" VARCHAR,
  "date" VARCHAR,
  "opp" VARCHAR,
  "desc" VARCHAR
);

Share link

Anyone who has the link will be able to view this.