Replies: 3 comments 3 replies
-
I'm assuming you're saving the data to a text file then reading it back in later, I'm doing the same. I parse the header of the file to ensure it matches what I expect. I'm doing this for the check:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I've the same problem, should be a bug. Now we have the 3 firsts rows with heads and the description not coincide with downloaded data. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is also discussion here: #2193 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After updating to 0.2.54, yf.download returns the dataframe in this column order:
Date,Close,High,Low,Open,Volume
(which appears to be alphabetic for the price columns)
Previously, the dataframe was arranged in the more popular OHLCV format
Date,Open,High,Low,Close,Volume
Is there a setting that can be used to go back to OHLCV
Beta Was this translation helpful? Give feedback.
All reactions