Open dhruvan2006 opened 3 weeks ago
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.~
True
DatetimeIndex
But isn't the index Date column still a DatetimeIndex?
Date
You're right. I was going purely off the screenshot showing integer index.
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