You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: