Quiz Question 1 of 3
Considering the following matrix:
quarterly_revenue_by_year = np.array([
[22.72, 29.13, 25.36, 35.75],
[29.13, 30.4, 32.71, 43.74],
[35.71, 37.96, 43.74, 60.5]
])
Which of the following statements would allow for the quarterly average across the years?
Choose the correct answer below: