Baselight

NBA Finals Player Stats: DEN Vs. MIA - Game 5

NBA Playoffs Player Statistics - Denver Nuggets vs. Miami Heat (USA)

@kaggle.fouratrachid69_nba_finals_player_stats_den_vs_mia_game_5

Loading...
Loading...

About this Dataset

NBA Finals Player Stats: DEN Vs. MIA - Game 5

This dataset provides player statistics from the NBA Playoffs matchup between the Denver Nuggets and the Miami Heat. The dataset includes essential information such as team affiliation, player name, position, minutes played (MIN), field goals made (FG), three-pointers made (3PT), free throws made (FT), offensive rebounds (OREB), defensive rebounds (DREB), total rebounds (REB), assists (AST), steals (STL), blocks (BLK), turnovers (TO), personal fouls (PF), plus/minus (+/-), and total points scored (PTS).

These comprehensive player statistics allow for an in-depth analysis of individual performances and team dynamics throughout the NBA Playoffs series. Whether you're a basketball enthusiast, a data scientist, or a sports analyst, this dataset provides valuable insights and can be used for various purposes such as player comparisons, performance evaluations, trend analysis, and predictive modeling.

Note: The dataset represents a specific leg of the playoffs series and may be used to analyze the 5th leg of the Denver Nuggets vs. Miami Heat matchup, with the Denver Nuggets leading the series 3-1.

Tables

Nba Finals Game 5 Miami Heat Denver Nuggets Players Stats

@kaggle.fouratrachid69_nba_finals_player_stats_den_vs_mia_game_5.nba_finals_game_5_miami_heat_denver_nuggets_players_stats
  • 11.59 KB
  • 19 rows
  • 17 columns
Loading...

CREATE TABLE nba_finals_game_5_miami_heat_denver_nuggets_players_stats (
  "team" VARCHAR,
  "player" VARCHAR,
  "position" VARCHAR,
  "min" BIGINT,
  "fg" VARCHAR,
  "n_3pt" VARCHAR,
  "ft" VARCHAR,
  "oreb" BIGINT,
  "dreb" BIGINT,
  "reb" BIGINT,
  "ast" BIGINT,
  "stl" BIGINT,
  "blk" BIGINT,
  "to" BIGINT,
  "pf" BIGINT,
  "n" BIGINT,
  "pts" BIGINT
);

Share link

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