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
Hi,
I have the problem that Spyder crashes when I try do display a Pandas DataFrame in the Spyder variable explorer. The problem only occurs, if there are duplicate columns in the DataFrame. Example:
Now, double clicking on the variable "new_df" in the variable explorer leads to a crash of Spyder.
My software versions are:
Sypder 2.3.4
Pandas 0.16.2
Iphyton 3.1.0
Best regards
The text was updated successfully, but these errors were encountered:
muellerth
changed the title
Spyder crashes by displaying Pandas DataFrames with duplicate columns
Spyder crashes by displaying Pandas DataFrames with duplicate columns in the variable explorer
Jun 17, 2015
ccordoba12
changed the title
Spyder crashes by displaying Pandas DataFrames with duplicate columns in the variable explorer
Spyder crashes when displaying DataFrames with duplicate column names
Jul 26, 2015
ccordoba12
changed the title
Spyder crashes when displaying DataFrames with duplicate column names
Spyder crashes when displaying DataFrames with duplicate column names in the Variable Explorer
Jul 26, 2015
- Use iloc to get DataFrame values under *all* possible errors
- This avoids Spyder to crash if different errors than the ones
previously considered are generated by iat
Hi,
I have the problem that Spyder crashes when I try do display a Pandas DataFrame in the Spyder variable explorer. The problem only occurs, if there are duplicate columns in the DataFrame. Example:
Now, double clicking on the variable "new_df" in the variable explorer leads to a crash of Spyder.
My software versions are:
Sypder 2.3.4
Pandas 0.16.2
Iphyton 3.1.0
Best regards
The text was updated successfully, but these errors were encountered: