Dataframes are not viewable in the variable explorer
See original GitHub issueIssue Report Checklist
- Searched the issues page for similar reports
- Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
- Reproduced the issue after updating with
conda update spyder
(orpip
, if not using Anaconda) - Could not reproduce inside
jupyter qtconsole
(if console-related) - Tried basic troubleshooting (if a bug/error)
- Restarted Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Dataframes are not viewable in the variable explorer
What steps reproduce the problem?
- Double clicking on a dataframe in the variable explorer
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Spyder was unable to retrieve the value of this variable from the console.
The error message was:
An error occured, see the console..
Note: Please don't report this problem on Github, there's nothing to do about it.
Versions
- Spyder version: 5.2.2
- Python version: 3.9.10
- Qt version:
- PyQt version:
- Operating System name/version: macos 12.2.1
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 2 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Unable to view dataframes in Spyder's variable explorer "Can't ...
I'm using Python 3.8.13 and Pandas 1.4.1 on Spyder 4.1.5. I have no problem reading the dataframe into memory, but when I try...
Read more >Spyder IDE 2.3.9 variable explorer not support data frame ...
My spyder IDE 2.3.9 variable explorer is not showing/supporting data frame variables. Anyone has any idea which package I might miss? Urgent!
Read more >Variable Explorer — Spyder 5 documentation
Spyder Variable Explorer execution with a variable of type list. It shows the namespace contents ... Dataframe editor showing data frame "heatmap".
Read more >A few newbie questions on variable explorer, sciview and ...
Is there a way to do the same in PyCharm? The closest I have managed to find is to select the dataframe from...
Read more >Can't open spatial dataframe in Spyder 4.2.1 Variable Explorer
Can't open spatial dataframe in Spyder 4.2.1 Variable Explorer - not picklable. 3156. 6. Jump to solution. 02-24-2021 01:26 PM.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
At the end of the month.
I downgraded to pandas 1.3.5 and the issue was resolved. Seems you need to update Spyder with the latest version of pandas.