Question: I need this answered in python, please. Ideally, a screenshot of the code would be appreciated Part 2 (20 points) Outlier Temperatures We are interested
I need this answered in python, please. Ideally, a screenshot of the code would be appreciated

Part 2 (20 points) Outlier Temperatures We are interested in finding outlier temperatures and comparing them to the long run average. Start a new program temp_file_stats.py from your working version of read_temp_file.py. Comment out the line that prints out the year and temperature for each year in the file. Add code to find the minimum and maximum temperature for all of the years in the file and the years they occured in. You can base your solution on the starbucks_menu.py program we went over in lecture. Here is a transcript of how the program should work: Temperature anomaly filename: SacramentoTemps.csv Min temp: -2.32 in 1913 Max temp: 2.99 in 1889 Submit the completed program to Gradescope as temp_file_stats.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
