Azure / Azure-TDSP-Utilities

Utilities and scripts developed as part of Microsoft's Team Data Science Process for productive data science
Creative Commons Attribution 4.0 International
373 stars 275 forks source link

Warning: pandas.core.datetools deprecated #33

Closed AlphaGit closed 6 years ago

AlphaGit commented 6 years ago

I've been using the Python IDEAR notebook and when loading the modules, I came across the following warning:

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
wguo123 commented 6 years ago

@AlphaGit Thanks for reminding, I will take a look and update it soon.