jamalsenouci / causalimpact

Python port of CausalImpact R library
Apache License 2.0
273 stars 63 forks source link

ImportError: cannot import name 'PandasError' #5

Closed ventouris closed 6 years ago

ventouris commented 6 years ago

Using Pandas 0.20.1, when I try to import CausalImpact package, I get the following error

ImportError: cannot import name 'PandasError'

jamalsenouci commented 6 years ago

pandas 0.20 isn't supported yet, you would have to use pandas 0.19.2 or lower for the moment.

jamalsenouci commented 6 years ago

actually I just made the change, it was only small