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 20ae454 commit df3ebe4Copy full SHA for df3ebe4
pandas/core/tools/timedeltas.py
@@ -3,13 +3,14 @@
3
"""
4
5
import numpy as np
6
+import warnings
7
8
from pandas._libs import tslibs
9
from pandas._libs.tslibs.timedeltas import (
10
convert_to_timedelta64, parse_timedelta_unit)
11
12
from pandas.core.dtypes.common import is_list_like
-from pandas.core.dtypes.generic import ABCIndexClass, ABCSeries
13
+from pandas.core.dtypes.generic import ABCSeries, ABCIndexClass
14
15
import pandas as pd
16
from pandas.core.arrays.timedeltas import sequence_to_td64ns
0 commit comments