NumPy - Aggregation Functions
Given a 2D NumPy array
data representing daily temperatures for a week (rows = days, columns = cities), how would you find the highest temperature recorded in each city?