gpt4 book ai didi

python模块 'pandas'没有属性 'plotting'

转载 作者:行者123 更新时间:2023-12-01 15:00:43 24 4
gpt4 key购买 nike

我是 Python 的初学者。我遵循英特尔的机器学习类(class)。我在编码中遇到了一些麻烦。我在 Jupyter 中运行下面的代码,它会引发 AttributeError .

import pandas as pd
step_data = [3620, 7891, 9761,3907, 4338, 5373]
step_counts = pd.Series(step_data,name='steps')
print(step_counts)

AttributeError: module 'pandas' has no attribute 'plotting'

最佳答案

在您的终端类型中

pip install plotting. 

关于python模块 'pandas'没有属性 'plotting',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47610316/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com