[this should explain why the current behaviour is a problem and why the expected output is a better solution.]
It should return dataframe with ticker info, it works before Jan 1, 2018
so I think yahoo finance start send duplicate stuff?
Note: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates!
I checked, no dup.
Note: Many problems can be resolved by simply upgrading pandas to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if master addresses this issue, but that is not necessary.
I have updated everything.
For documentation-related issues, you can check the latest versions of the docs on master here:
Thank you for checking, starting from Jan 1, 2018, the following broke:
Code Sample, a copy-pastable example if possible
Problem description
[this should explain why the current behaviour is a problem and why the expected output is a better solution.] It should return dataframe with ticker info, it works before Jan 1, 2018 so I think yahoo finance start send duplicate stuff?
Note: We receive a lot of issues on our GitHub tracker, so it is very possible that your issue has been posted before. Please check first before submitting so that we do not have to handle and close duplicates! I checked, no dup.
Note: Many problems can be resolved by simply upgrading
pandas
to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check ifmaster
addresses this issue, but that is not necessary. I have updated everything.For documentation-related issues, you can check the latest versions of the docs on
master
here:https://pandas-docs.github.io/pandas-docs-travis/
If the issue has not been resolved there, go ahead and file it in the issue tracker.
Expected Output
expect to output dataframe with ticker info
Output of
pd.show_versions()
THANK YOU