module 'pandas' has no attribute 'scatter_matrix'

Posted jianchiai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了module 'pandas' has no attribute 'scatter_matrix'相关的知识,希望对你有一定的参考价值。

这样可以解决
import pandas as pd pd.plotting.scatter_matrix(iris_df, alpha=0.2, figsize=(10, 10))

这样不行
from pandas.plotting import scatter_matrix

scatter_matrix(iris_df, alpha=0.2, figsize=(10, 10))
 

以上是关于module 'pandas' has no attribute 'scatter_matrix'的主要内容,如果未能解决你的问题,请参考以下文章

module 'pandas' has no attribute 'scatter_matrix'

python_执行报错_No module named 'pandas'

ModuleNotFoundError: No module named ‘pandas._libs.tslibs.base‘

ModuleNotFoundError: No module named ‘pandas.rpy‘

pandas中没有了'rolling_mean' 'rolling_std'

pandas datetime 怎么提取月份