79447691

Date: 2025-02-18 09:21:57
Score: 1
Natty:
Report link

Yfinance now adds the ticker symbol as additional index. You can avoid that with multi_level_index=False parameter:

temp = yf.download(
    symb,
    interval=interval,
    period=period,
    multi_level_index=False
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RZX