jackieperez2008 jackieperez2008 03-01-2023 Computers and Technology contestada Assuming data is a numpy array of shape (500, 2) that contains a random permutation of a sequence of unique integers What is the output of the following code: np.sum(data < np.median(data, axis=0) *