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

Line 234 of tiingo.py needs to be updated according to new pandas update

Open mo-atiff opened this issue 2 years ago • 2 comments

Current line : return pd.concat(dfs, self._concat_axis) According to new pandas update it says we need to specify any Series or data-frame objects with the keyword 'objs' as a parameter Update to : return pd.concat(objs=dfs, axis=self._concat_axis)

mo-atiff avatar Jun 08 '23 18:06 mo-atiff

Thank god, for this comment. Why haven't the maintainers updated it yet,had to manually change the tiingo.py file

tanish35 avatar Jun 05 '24 04:06 tanish35

This project needs the community to get behind it and produce patches and updates.

bashtage avatar Jun 05 '24 06:06 bashtage