Open
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
---> 62 from pandas.core.api import (
63 # dtype
64 ArrowDtype,
65 Int8Dtype,
66 Int16Dtype,
67 Int32Dtype,
68 Int64Dtype,
69 UInt8Dtype,
70 UInt16Dtype,
71 UInt32Dtype,
72 UInt64Dtype,
73 Float32Dtype,
74 Float64Dtype,
75 CategoricalDtype,
76 PeriodDtype,
77 IntervalDtype,
...
File hashtable.pyx:1, in init pandas._libs.hashtable()
File missing.pyx:40, in init pandas._libs.missing()
AttributeError: partially initialized module 'pandas' has no attribute '_pandas_datetime_CAPI' (most likely due to a circular import)
Issue Description
AttributeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 import pandas as pd
Expected Behavior
AttributeError Traceback (most recent call last)
Cell In[2], line 1
----> 1 import pandas as pd
Installed Versions
Replace this line with the output of pd.show_versions()