gpt4 book ai didi

python - 不支持的操作数类型 - : 'str' and 'int'

转载 作者:行者123 更新时间:2023-11-28 22:15:56 25 4
gpt4 key购买 nike

<分区>

我知道这篇文章无法复制,因为数据是我在本地阅读的 CSV 格式,但如果有用的话,我可以将数据发布到 github 帐户。我试图首先找到相关性:

ng = pd.read_csv('C:/Users/me/Desktop/ngDataBaseline.csv', index_col='Date', parse_dates=True)
ng.head()

这将返回两列:

    HDD Therm
Date
2011-05-01 347 3,506
2011-06-01 74 1,237
2011-07-01 0 139
2011-08-01 0 35
2011-09-01 154 170

但是如果我这样做: ng['HDD'].corr(ng['Therm'])

我收到关于 unsupported operand type(s) for /: 'str' and 'int' 的错误

这对我来说没有意义,因为我认为它应该都是 Pandas 系列。

如果我做 print(type(ng['HDD'])) Ipython 将输出 <class 'pandas.core.series.Series'>

print(type(ng['Therm']))那为什么我不能关联数据呢?

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