NumPy - Aggregation Functions
Why does
np.min() return a scalar when applied to a 1D array but an array when used with axis parameter on a 2D array?