usnigg
Results
2
comments of
usnigg
Hi, I seem to be in a similar situation as dstrozzi. I use Elpy for my python development. When using ipython6.4.0 --simple-prompt (which supports multi-line editing) and emacs26.1 on windows...
get_dataframe throws KeyError 'date' when one or more tickers has no data to return in the timeframe
Perhaps a minimalistic "fix" could be to insert a check before calling `set_index` on line 194 of api.py: `if df.empty: return pd.Series([], dtype=float) ` Unfortunately can't test since I hit...