Question: Task 1 : Download the zip file Plant _ Data.csv Download Plant _ Data.csvand import the data into an array. - - - ## *
Task : Download the zip file PlantData.csv Download PlantData.csvand import the data into an array.
##Download the PlantData.csv file from the assignment page.
##Upload the PlantData.csv file to your Google Drive or working directory.
### Modify the code below to:
### Read Soil Humidity, Soil Temperature, Atomosphere Humidity and Atomosphere Temp values from the PlantData.csv file.
### Calculate and display the minimum, maximum and average values for Soil and Atomosphere Temp as degrees Farenheit and the Soil and Atomosphere Humidity as a percentage.
### Plot Soil Temperature and Soil Humidity against total number of samples. Both plots must be shown in a single figure. Use subplot.
### Plot Atmosphere Temperature and Atmosphere Humidity against total number of samples. Both plots must be shown in a single figure. Use subplot.
### Plot the difference between the Soil and Atmosphere Temp against total number of samples.
### Save all plots with proper title as pdf
Task : Apply statistical functions to calculate the mean, median, and mode values for Soil Temperature and Soil Humidity.
Plotting: Make sure to use proper titles, axis labels, legends for each plot below. Use different colors for each plot.
Task : Plot Soil Temperature and Soil Humidity against total number of samples. Both plots must be shown in a single figure. Use subplot.
Task : Plot Atmosphere Temperature and Atmosphere Humidity against total number of samples. Both plots must be shown in a single figure. Use subplot.
Task : Plot the difference between the Soil and Atmosphere Temp against total number of samples.
Task : Save all plots with proper title as pdf
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
