NumPy - Aggregation Functions
Given a 3D NumPy array
temps with shape (3, 2, 4) representing temperatures for 3 days, 2 cities, and 4 measurements per day, how do you compute the average temperature per city over all days and measurements?