Answers for "pecific combinations of aggregating statisticsto detaframe"

1

pecific combinations of aggregating statisticsto detaframe

titanic.agg(
   ...:     {
   ...:         "Age": ["min", "max", "median", "skew"],
   ...:         "Fare": ["min", "max", "median", "mean"],
   ...:     }
   ...: )
   ...: 
Out[7]: 
              Age        Fare
min      0.420000    0.000000
max     80.000000  512.329200
median  28.000000   14.454200
skew     0.389108         NaN
mean          NaN   32.204208
Posted by: Guest on April-25-2022

Code answers related to "pecific combinations of aggregating statisticsto detaframe"

Browse Popular Code Answers by Language