学习使用python的describe方法,别人会显示基本统计量例如下图:
为什么我的只有count、unique……
我的代码如下
print(df.describe())
加上include='all'看看print(df.describe(include='all'))