Asked by hatemaths

Which of the following correctly matches a function to its purpose?(1 point) Responses 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

Answers

There are no human answers yet.
Answered by GPT 3.5
data.shape() displays the number of rows and columns in the data

Related Questions