Closed
Description
Repro:
Add import statement for cuml to a notebook:
import cuml
Error (short summary):
ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import cuml
…
ImportError: cannot import name 'is_datetime64tz_dtype' from 'pandas.core.tools.datetimes' (/opt/conda/lib/python3.10/site-packages/pandas/core/tools/datetimes.py)
Repro notebook:
https://www.kaggle.com/code/datancoffee/repro-cuml-does-not-import-on-latest-kaggle/
Other similar bugs: