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

get_historical using deprecated relativedelta function #30

Open
pravit726 opened this issue Jul 17, 2017 · 0 comments
Open

get_historical using deprecated relativedelta function #30

pravit726 opened this issue Jul 17, 2017 · 0 comments

Comments

@pravit726
Copy link

Hi, new to python and tia. Just running through the examples, it looks like get_historical() uses the relativedelta function of pandas, which has been deprecated. I get this error when I try to run it:

C:\Users\Pravit\Anaconda2\lib\site-packages\pandas\util_depr_module.pyc in getattr(self, name)
59 deprmodule = self._import_deprmod(self.deprmodto)
60
---> 61 obj = getattr(deprmodule, name)
62
63 if self.removals is not None and name in self.removals:

AttributeError: 'module' object has no attribute 'relativedelta'

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

1 participant