We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239c0ff commit 206d301Copy full SHA for 206d301
pandas/types/cast.py
@@ -19,7 +19,7 @@
19
_ensure_int8, _ensure_int16,
20
_ensure_int32, _ensure_int64,
21
_NS_DTYPE, _TD_DTYPE, _INT64_DTYPE,
22
- _DATELIKE_DTYPES, _POSSIBLY_CAST_DTYPES)
+ _POSSIBLY_CAST_DTYPES)
23
from .dtypes import ExtensionDtype, DatetimeTZDtype, PeriodDtype
24
from .generic import ABCDatetimeIndex, ABCPeriodIndex, ABCSeries
25
from .missing import isnull, notnull
0 commit comments