NumPy - Aggregation Functions
Given a numpy array
data = np.array([1, 2, 3, 4, 5]), which code snippet correctly computes the variance and then the standard deviation using that variance?