NumPy - Aggregation Functions
Given a 2D array
arr of shape (4, 5), you want to compute the standard deviation along rows but ignore NaN values. Which NumPy function and axis parameter combination is correct?