Answer:
age.info()
sex.info()
df.boxplot(by ='age', column =['sex'], grid = False)
Explanation:use info() for strata statistics and the boxplot() with relevant arguments
5.2m questions
6.7m answers