Question: In this exercise, you will be working with the file qb stats.csv. This file contains stats on NFL quar- terbacks in the 2019 season. The
In this exercise, you will be working with the file qb stats.csv. This file contains stats on NFL quar- terbacks in the 2019 season. The data was obtained from https://www.footballdb.com/statistics/nfl/player-stats/passing/2019/regular-season. The data includes the following. player's name team number of games played pass attempts pass completions completion percentage number of yards yards per attempt touchdowns interceptions sacks quarterback rating Use Python code to answer the following questions. (a) Find the mean of each numerical column of data. (b) Find the standard deviation of each numerical column of data. (c) Create a histogram of the number of yards; label it appropriately. (d) Create a boxplot of the number of touchdowns. Identify any outliers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
