yfinance
yfinance copied to clipboard
Fix default value for multi_level_index in multi.py
Fix the default value for the multi_level_index parameter in the download function. Was changed from True to False to reflect expected behavior.
Resolves #2101
~But True is still broken, it should still contain a DatetimeIndex.~
But isn't the index Date column still a DatetimeIndex?
You're right. I was going purely off the screenshot showing integer index.
It seems raising awareness of Ticker.history solves this. Use download in pipelines that expect multiple tickers.