我在使用大熊猫数据框的seaborn和pandas配置文件时工作得很好。然后,我使用了“ coda update --all”,它弄乱了seaborn和pandas配置文件。我设法再次从事海上工作,但无法再次进行熊猫分析。
我将其卸载并重新安装,但无法正常工作。我试图修改我的conda安装,但是没有用。我尝试使用pip install代替conda install,但是没有用。这是我尝试这两个pandas-profiling命令时得到的结果
pp.ProfileReport(train)
AttributeError: module 'pandas_profiling' has no attribute 'ProfileReport'
train.profile_report()
AttributeError: 'DataFrame' object has no attribute 'profile_report'
但是,当我尝试尝试时:
import pandas_profiling as pp
即使未安装pandas-profiling,也不会抱怨!?
我还确保只有一个conda环境。不知道该如何做才能重做全新的环境。