The NbaStats.py script functions in a variety of ways:
It creates a pandas dataframe - df_totals - which contains the total stats for every player that participated in the 2019/2020 NBA season. This dataframe can then be used for a variety of data analysis and visualization on the given data.
After creating the pandas dataframe a variety of functions are defined that the use can use in order to obtain statistical insights on specific querries.