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 13ad445 commit ea39791Copy full SHA for ea39791
pandas/core/indexes/datetimes.py
@@ -12,6 +12,7 @@
12
from pandas.core.dtypes.common import (
13
_INT64_DTYPE,
14
_NS_DTYPE,
15
+ is_object_dtype,
16
is_datetime64_dtype,
17
is_datetimetz,
18
is_dtype_equal,
0 commit comments