Question: Problem 2 - Weather a . Import the SomePlaceWeatherData.csv file ( provided via Canvas ) . The csv file has headers as the first row,

Problem 2- Weather
a. Import the SomePlaceWeatherData.csv file (provided via Canvas). The csv file has headers as the first row, so use read_csv('SomePlaceWeatherData.csv', header =0).
b. What are the dimensions of this data (number of rows and columns)?
c. Are there any missing values in this data?
d. Index for the 365th Irow. What is the date of this observation and what was the temperature?
e. Use indexing to get the first 31 days in our data frame and the Temperature column. Is the output a Series or a DataFrame.
f. Use the .describe() method on this output to compute various summary statistics such as min, max, mean, median, etc.
 Problem 2- Weather a. Import the SomePlaceWeatherData.csv file (provided via Canvas).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!