please help to solve this Variables: Player_name: name of the…

Question Answered step-by-step please help to solve this Variables: Player_name: name of the… please help to solve this Variables:Player_name: name of the playerPlayer_id: specific id number given to a specific playerSeason_id: specific id number given to identify the season the stats are fromGp: number of games played that seasonAge: how old the player was during that seasonMin: total number of minutes a player was on the court that particular seasonFgm: total number of field goals made in that seasonFga: the total number of field goals attempted in that seasonFg3m: the total number of 3 point field goals made that seasonFtm: the number of free throws made that seasonFta: number of free throws attempted that seasonOreb: total number of offensive rebounds grabbed that seasonDreb: total number of defensive rebounds grabbed that seasonAst: total number of assists the player had that seasonTov: total number of turnovers the player had that seasonStl: total number of steals the player had that seasonBlk: total number of blocks the player had that seasonPts: total number of points the player had that seasonREF Dataset link: https://github.com/Jman4190/nba-stats-model/blob/master/nba-stats-csv/2018_19_projections_plus_real_player_name.csv (All questions refer to the dataset link above, you need to make your own python code in order to solve these questions, use relevant python and data science knowledge to do so and import as necessary) Reminder to solve on Colab and all these questions MUST be backed up with python code for each one, meaning to show and visualize how you got the answer. The questions are relatively easy but need to be shown via code and plotted, thank you! (Please use ggplot to plot unless matplotlib is necessary) you can link the colab here once done! Questions:Around what age do players tend to have their highest scoring season (most pts)?When predicting the total number of points scored in a season what predictor improves the r2 score the most when compared to a model with all other variables?What predictors are the most effective at predicting how many points a player scores in a season?When looking at all the statistical predictors (points, oreb, dreb, ast, stl, blk, & tov) what clusters do you start to see in the data?When looking at the season id which season had the highest scoring players?What is the breakdown of field goals and field goal attempts by 2 pt field goals, 3 pointers and free throws and how it has evolved. (Can get the spatial data and might even be able to do it on a more granular level. Some cool ideas to visualize this)How do players ages affect their statistics and what is the ideal age for their primes (If there is one of course)?How can we make an effective scoring algorithm that can score players based on their roles and their performance stats (ex. score a Shooting Guard based on their % of successful dunks).Make another algorithm that determines the best team setup and rotations based on the scoring algorithm.What player has the best point to minute ratio and has the best production time on the court per minute? Computer Science Engineering & Technology Python Programming PYTHON 2 Share QuestionEmailCopy link Comments (0)