Question: Create a jupyter notebook that does the following: Creates an array with the following daily temperature readings in Fahrenheit: (50,54, 66, 81, 80, 84, 85,

Create a jupyter notebook that does the following: Creates an array with the following daily temperature readings in Fahrenheit: (50,54, 66, 81, 80, 84, 85, 67, 45, 40, 42,38,50,40,30, 20, 25, 35, 40) Convert the array to Centigrade (or Celsius). Print the average temperature in Celsius. Print the maximum and minimum temperatures in Celsius. Print the number of days in which the temperature is more than the day before Print the biggest percentage increase and the biggest percentage decrease in Fahrenheit. The jupyter notebook should intersperse text (the questions answered) and code to compute the quantities listed above. Create a jupyter notebook that does the following: Creates an array with the following daily temperature readings in Fahrenheit: (50,54, 66, 81, 80, 84, 85, 67, 45, 40, 42,38,50,40,30, 20, 25, 35, 40) Convert the array to Centigrade (or Celsius). Print the average temperature in Celsius. Print the maximum and minimum temperatures in Celsius. Print the number of days in which the temperature is more than the day before Print the biggest percentage increase and the biggest percentage decrease in Fahrenheit. The jupyter notebook should intersperse text (the questions answered) and code to compute the quantities listed above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
