jackieperez2008 jackieperez2008 02-01-2023 Computers and Technology Answered 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) *