Session Ready
Exercise

Calculating array stats

Not only can you perform elementwise calculations on NumPy arrays, you can also calculate summary stats such as mean and standard deviation of arrays using functions from NumPy.

numpy is imported as np and the array prices (from the previous exercise) is available in your workspace.

Instructions 1/2
undefined XP
  • 1
  • 2

Calculate the mean of prices.