NBA Stats Tracker
It allows users to enter the name of an NBA player and fetch their game statistics for a selected season using the nba_api
.
The data is processed using pandas to get key metrics like points, rebounds, and assists per game.
The user can interact with the app through a command-line interface or Streamlit web dashboard.
Matplotlib is used to visualize the player’s performance over time with a line plot, helping users quickly understand trends in gameplay.
- CLI and API
- Data analysis using pandas library
- Data visualization using matplotlib library
- Web application using Streamlit framework