akelleh / causality

Tools for causal analysis
MIT License
1.06k stars 128 forks source link

check statsmodels pandas.core.datetools dependency #59

Closed akelleh closed 2 years ago

akelleh commented 6 years ago

pandas.core.datetools is deprecated, being replaced by pandas.tseries. Statsmodels has a datetools dependency in the RobustRegressionTest. Check into the dependency, and whether statsmodels will upgrade.

akelleh commented 2 years ago

resolved.