Knowledge check

Completed

Answer the following questions to check your learning.

1.

You have a NumPy array with the shape (2,20). What does this tell you about the elements in the array?

2.

You have a Pandas DataFrame named df_sales containing daily sales data. The DataFrame contains the following columns: year, month, day_of_month, sales_total. You want to find the average sales_total value. Which code should you use?

3.

You have a DataFrame containing data about daily ice cream sales. You use the corr method to compare the avg_temp and units_sold columns, and get a result of 0.97. What does this result indicate?