问题是我收到错误:
module 'attr' has no attribute 's'
使用时:
pandas_profiling.ProfileReport(df)
我不明白错误的联系。
错误非常大,但您可以在这里看到它是如何到达模块 attr 的。
我打印了所需列的标题。
问题是我收到错误:
module 'attr' has no attribute 's'
使用时:
pandas_profiling.ProfileReport(df)
我不明白错误的联系。
错误非常大,但您可以在这里看到它是如何到达模块 attr 的。
我打印了所需列的标题。