Baselight

NBA Injury Stats (1951 - 2023)

Data on all reported NBA Injuries since 1951

@kaggle.loganlauton_nba_injury_stats_1951_2023

Loading...
Loading...

About this Dataset

NBA Injury Stats (1951 - 2023)

I scraped the data from Pro Sports Transactions to curate a dataset for all IL moves since 1951.

For more information view my GitHub repository with all of my NBA web scraping code!

Tables

Nba Player Injury Stats 1951–2023

@kaggle.loganlauton_nba_injury_stats_1951_2023.nba_player_injury_stats_1951_2023
  • 563.03 KB
  • 37667 rows
  • 6 columns
Loading...

CREATE TABLE nba_player_injury_stats_1951_2023 (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "team" VARCHAR,
  "acquired" VARCHAR,
  "relinquished" VARCHAR,
  "notes" VARCHAR
);

Share link

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