我的代码给了我以下警告,没有任何关于何处的指示
我使用pandas.core.datetools
。有人可以建议我如何确定我在哪里使用它吗?
/Users/jimmy/anaconda/lib/python3.6/site-packages/statsmodels/compat/pandas.py:56:
FutureWarning: The pandas.core.datetools module is deprecated and will be removed in a future version.
Please use the pandas.tseries module instead.
from pandas.core import datetools`