Download (right-click, save target as ...) this page as a jupyterlab notebook from: Lab11-TH
Laboratory 11: Dataframes (Continued)
LAST NAME, FIRST NAME
R00000000
ENGR 1330 Laboratory 11 - Homework
Follow the steps below:
# step 0 and step 1 go here!
# step 2 goes here!
# step 3 goes here!
# step 4 goes here!
# step 5 goes here!
# step 6 goes here!
# step 7 goes here!
# step 8 goes here!
# step 9 goes here!
apply the function to the entire "R2dataframe", store the results in a new dataframe ("R3dataframe"), and print the results and the summary statistics again.
# step 10 goes here!
# step 11 goes here!
# step 12 goes here!
# step 13 goes here!
# step 14 goes here!
Precipitation records for Lubbock from 1895 to 2019 for the month of October is located in the file http://54.243.252.9/engr-1330-webroot/4-Databases/Lubbockdata.csv. Using this file:
#Download the file and read it into a dataframe [Script]
#Describe the entire data set. [Script]
#Produce a plot of year vs precipitation. [Script + Plot 1: data==blue]
#Split the data into two parts at the year 1960. [Script]
#Describe the two data series you have created. [Script]
#Plot the two series on the same plot. [Script + Plot 2: data1==blue, data2==green]