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
when I click on the dataframe in the variable explorer, thiserror shows up
Traceback
Traceback (most recent call last):
File "/Users/brand/anaconda3/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/collectionsdelegate.py", line 211, in createEditorifnot editor.setup_and_check(value, title=key):
File "/Users/brand/anaconda3/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/dataframeeditor.py", line 957, in setup_and_checkself.dataModel = DataFrameModel(data, parent=self)
File "/Users/brand/anaconda3/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/dataframeeditor.py", line 135, in __init__self.max_min_col_update()
File "/Users/brand/anaconda3/lib/python3.10/site-packages/spyder/plugins/variableexplorer/widgets/dataframeeditor.py", line 244, in max_min_col_updatefor __, col inself.df.iteritems():
File "/Users/brand/anaconda3/lib/python3.10/site-packages/pandas/core/generic.py", line 6299, in __getattr__returnobject.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'iteritems'. Did you mean: 'isetitem'?
Thanks for reporting. You need to update Spyder to fix this error.
To do that, please close Spyder, open the Anaconda Prompt (on Windows) or a terminal (on macOS or Linux) and run there the commands mentioned in our documentation.
Description
What steps will reproduce the problem?
when I click on the dataframe in the variable explorer, thiserror shows up
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: