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
If my .py file contains a pandas.DataFrame with complex values in it, Spyder will become non-responsive and I have to force quit.
An example of the code is below:
importnumpyasnpimportpandasaspdA=np.array([[1+1j, 2+2j],[3+3j,4+4j]])
df_A=pd.DataFrame(A) # This is the problemprintdf_A
This code crashes Spyder on my machine but runs as expected in the command prompt.
I have tried uninstalling and reinstalling Spyder through Anaconda but this problem persists.
Thanks for the help!
Version and main components
Spyder Version: 2.3.6
Python Version: 2.7.10
Qt Versions: 4.8.6, PyQt4 (API v2) 4.11.3 on Windows
Description
If my .py file contains a pandas.DataFrame with complex values in it, Spyder will become non-responsive and I have to force quit.
An example of the code is below:
This code crashes Spyder on my machine but runs as expected in the command prompt.
I have tried uninstalling and reinstalling Spyder through Anaconda but this problem persists.
Thanks for the help!
Version and main components
Optional dependencies
The text was updated successfully, but these errors were encountered: