Which of the following correctly matches a function to its purpose?(1 point) Responses data.shape() displays the number of rows and columns in the data data.shape() displays the number of rows and columns in the data data.info() displays the count, mean, min, max, standard deviation, and quartiles for all numerical data data.info() displays the count, mean, min, max, standard deviation, and quartiles for all numerical data data.describe() displays the type of data in each column data.describe() displays the type of data in each column data["column"].value_counts() displays the number of columns data["column"].value_counts() displays the number of columns

data.shape() displays the number of rows and columns in the data