Baselight

Uncovering NBA Legends

Four Decades of NBA Dominance: MVP Rankings from 1980 to 2022

@kaggle.adityamishraml_nbamvprankings

Loading...
Loading...

About this Dataset

Uncovering NBA Legends

The NBA MVP Rankings dataset contains a comprehensive record of the NBA's Most Valuable Player (MVP) award winners for every year from 1980 to 2022. This dataset includes information about the MVP's name, the team he played for, the number of votes he received, and his statistics for that season.

The dataset is a reliable source of information for basketball enthusiasts and researchers who want to explore the most dominant and influential players in the NBA over the past four decades. It provides an opportunity to analyze the performance of the top players in the league, including their scoring averages, rebounding, assists, and other relevant metrics.

This dataset is useful for conducting statistical analysis to compare and contrast different players' performances across various seasons. Researchers can identify trends and patterns in the MVP rankings, such as how the rankings have shifted over time or how certain players tend to dominate the MVP awards.

In summary, this dataset is an excellent resource for anyone interested in NBA history and performance analysis. It provides a comprehensive record of the league's most valuable players over the past 42 years, and it can be used for various research and analysis purposes.

Tables

Nba Cleaned

@kaggle.adityamishraml_nbamvprankings.nba_cleaned
  • 41.24 KB
  • 697 rows
  • 21 columns
Loading...

CREATE TABLE nba_cleaned (
  "season" BIGINT,
  "rank" VARCHAR,
  "player_name" VARCHAR,
  "age" BIGINT,
  "team" VARCHAR,
  "first_place_vote" BIGINT,
  "pts_won" BIGINT,
  "pts_max" BIGINT,
  "share" DOUBLE,
  "games" BIGINT,
  "minutes_played_per_game" DOUBLE,
  "points_per_game" DOUBLE,
  "total_rebounds_per_game" DOUBLE,
  "assist_per_game" DOUBLE,
  "steals_per_game" DOUBLE,
  "blocks_per_game" DOUBLE,
  "field_goal_perc" DOUBLE,
  "point3_perc" DOUBLE,
  "free_throw_perc" DOUBLE,
  "win_shares" DOUBLE,
  "win_shares_per_48_minutes" DOUBLE
);

Share link

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