安装包:

pip install pandas_profiling -i https://pypi.douban.com/simple

如果出现失败,重新运行一次即可,他会自动匹配到正确的包帮你卸载并安装正确的版本

导入包正确:

生成数据报告:

prf = pandas_profiling.ProfileReport(Train_data)
prf.to_file('./shujubaogao.html')


报告内容: