pandas-datareader
pandas-datareader copied to clipboard
FutureWarning: In a future version of pandas all arguments of concat except for the argument 'objs' will be keyword-only
When using pandas_datareader to pull time series from tiingo I get the following error:
~/.local/lib/python3.9/site-packages/pandas_datareader/tiingo.py:234: FutureWarning: In a future version of pandas all arguments of concat except for the argument 'objs' will be keyword-only
return pd.concat(dfs, self._concat_axis)
I am using pandas-datareader 0.10.0
It seems that today is the day, pandas released 2.0 and now concat doesn't accept those arguments anymore.