causalimpact icon indicating copy to clipboard operation
causalimpact copied to clipboard

Causal Impact failing due to to pandas update

Open Simha-Kalimipalli opened this issue 1 year ago • 2 comments

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

Simha-Kalimipalli avatar Oct 24 '23 20:10 Simha-Kalimipalli

Same problem here

aurel-p avatar Oct 31 '23 14:10 aurel-p

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

causalkayak avatar Nov 21 '23 21:11 causalkayak