You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
print('Importing pandas...')
timestamp1=time.time()
importpandasaspdprint(f"Importing took {time.time() -timestamp1}{' f#cking'iftime.time() -timestamp1>10else''} seconds")
Issue Description
It takes around 30 seconds to import (installed) pandas on my old netbook and 18 seconds on my modern gaming laptop. Sometimes importing pandas doesn't even finish (it prints "Importing pandas", struggles for around 50 seconds and returnes a ModuleNotFoundError: No module named 'pandas' error).
All other libraries (except openmeteo_requests that also struggles this way but in a lighter fashion) are being imported just fine.
Expected Behavior
Pandas should be imported.
Installed Versions
Pandas installed yesterday, it should be of the latest version in pip
The text was updated successfully, but these errors were encountered:
Thanks for the report. Investigation around this issue is going on in #53488 so closing in favor of that issue. If you have any insights why this is happening happy to have that feedback in that issue
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
Issue Description
It takes around 30 seconds to import (installed) pandas on my old netbook and 18 seconds on my modern gaming laptop. Sometimes importing pandas doesn't even finish (it prints "Importing pandas", struggles for around 50 seconds and returnes a
ModuleNotFoundError: No module named 'pandas'
error).All other libraries (except
openmeteo_requests
that also struggles this way but in a lighter fashion) are being imported just fine.Expected Behavior
Pandas should be imported.
Installed Versions
Pandas installed yesterday, it should be of the latest version in pip
The text was updated successfully, but these errors were encountered: