gpt4 book ai didi

python - 属性错误 : 'Index' object has no attribute 'tz_localize' with yfinance

转载 作者:行者123 更新时间:2023-12-05 08:45:56 24 4
gpt4 key购买 nike

'此错误仅发生在某些股票上,例如 NFLX、KO 或 MCD,但 AAPL 或 INFy yfinance 为 0.1.63 和 0.1.69,pandas 1.2.3 或 1.4 时不会发生'

import yfinance as yf
from pandas_datareader import data

import os
import numpy as np
import pandas as pd

aapl = yf.download('NFLX', start="2019-01-01", end="2022-01-28")

#aapl = data.DataReader("^VIX", start='2021-1-1', end='2022-01-28', data_source='yahoo')
print(aapl.tail())

最佳答案

当我遇到这个问题时试图下载一串代码。 pip install -U yfinance pandas 修复了它。

关于python - 属性错误 : 'Index' object has no attribute 'tz_localize' with yfinance,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70914101/

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