jamalsenouci / causalimpact

Python port of CausalImpact R library
Apache License 2.0
262 stars 62 forks source link

Causal Impact failing due to to pandas update #48

Closed Simha-Kalimipalli closed 2 months ago

Simha-Kalimipalli commented 8 months ago

Causal impact is failing recently due to this error:

module 'pandas.core.dtypes.common' has no attribute 'is_date_time_or_time_delta_type'

Pandas seems to have removed is_date_time_or_time_delta_type as I can not find it here: https://github.com/pandas-dev/pandas/blob/main/pandas/core/common.py

aurel-p commented 8 months ago

Same problem here

causalkayak commented 7 months ago

Have an open PR to fix that issue here: #50