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

Loading...
Loading...

About this Dataset

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 DESCRIPTION

  • File name: rebounds_post _73.csv.
    This file contains the following columns:

COLUMN DESCRIPTION

  • 'rebounds': total number of rebounds
  • 'off_rebounds': total offensive rebounds
  • 'def_rebounds': total defensive rebounds
  • 'player': name of the player
  • 'team': team he played for
  • 'date': date of the game
  • 'opp': opponent
  • 'score': score of the game
  • 'minutes_played': number of minutes played
  • 'points': number of points scored
  • '20-20': a double double
  • 'led_the _league': led the league in rebounding,

File name: rebounds_pre _73.csv.
The file contains the following columns:

COLUMN DESCRIPTION

  • 'rebounds': number of rebounds
  • 'player': name of the player
  • 'team':name of the team
  • 'date': date of the game
  • 'opp': opponent
  • 'desc': description

Tables

Rebounds Post 73

@kaggle.kabhishm_nba_single_game_rebounding_leaders.rebounds_post_73
  • 10.32 kB
  • 28 rows
  • 12 columns
Loading...
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
);

Rebounds Pre 73

@kaggle.kabhishm_nba_single_game_rebounding_leaders.rebounds_pre_73
  • 6.68 kB
  • 56 rows
  • 6 columns
Loading...
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.