pandas-datareader icon indicating copy to clipboard operation
pandas-datareader copied to clipboard

double dates for some symbols from yahoo is leading to unstacking error.

Open mmtffm opened this issue 5 years ago • 1 comments

basically the issue is described here:

https://stackoverflow.com/questions/57885790/valueerror-index-contains-duplicate-entries-cannot-reshape-pandas-datareader/59347328#59347328

I tried to download SP500 from yahoo. Following symbols (CBS, STI, VIAB) led to an unstacking error in pandas-datareader. To reproduce error download CBS and any other Symbol together for Dec 2019 as the error happen for Dec data (in case of CBS we have two values from yahoo for the 4th Dec).

Unstacking error doesn't appear when CBS is downloaded by its own.

Regards

mmtffm avatar Dec 16 '19 20:12 mmtffm

Is this solved? im still getting this error.

sagoncalves avatar Jun 30 '21 17:06 sagoncalves