pandas -API

describe()

print('profile连续属性:','\n',df.describe())
print('profile离散属性:','\n',df.describe(include='object'))

函数自动计算的字段有count(非空值数)、unique(唯一值数)、top(频数最高者)、freq(最高频数)

posted @ 2022-07-04 15:15  半个程序猿Cohen_Lee  阅读(29)  评论(0编辑  收藏  举报