zrnsm / pyculiarity

A Python port of Twitter's AnomalyDetection R Package
GNU General Public License v3.0
365 stars 146 forks source link

Fix pandas.lib future warning #19

Closed hossein-jazayeri closed 6 years ago

hossein-jazayeri commented 6 years ago

pandas.lib module is deprecated and will be removed in a future version. These are private functions and can be accessed from pandas._libs.lib instead of from pandas.lib import Timestamp

please apply this is stable tag as well