Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mo-atiff opened this issue Jun 8, 2023 · 2 comments
Open

Comments

@mo-atiff
Copy link

mo-atiff commented Jun 8, 2023

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)

@tanish35
Copy link

tanish35 commented Jun 5, 2024

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

@bashtage
Copy link
Contributor

bashtage commented Jun 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants