Q:

In dataframe to compute summary statistics like mean, standard deviation, min and max count etc for each numerical column ———- function is used

-1

In dataframe to compute summary statistics like mean, standard deviation, min and max count etc for each numerical column ———- function is used


  1. sort()
  2. describe()
  3. head()
  4. display()

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

B. describe()

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Converting the Numpy array to the list in python r... >>
<< ———– function from scipy is used to calcul...