We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4dd50 commit 894f9bbCopy full SHA for 894f9bb
pandas/core/tools/timedeltas.py
@@ -10,6 +10,7 @@
10
11
from pandas.core.dtypes.common import is_list_like
12
from pandas.core.dtypes.generic import ABCSeries, ABCIndexClass
13
+import warnings
14
15
from pandas.core.arrays.timedeltas import sequence_to_td64ns
16
0 commit comments