Opening Dataframe in Variable Explorer not working with packaged 4.2.1 dmg version of Spyder
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 console
-
Spyder
- Reset preferences with
spyder --reset
- Reinstalled the latest version of Anaconda
- Tried the other applicable steps from the Troubleshooting Guide
- Reset preferences with
- Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
Get an error when attempting to open a pandas Dataframe from the Variable Explorer:
What steps reproduce the problem?
- Run a script output a pandas Dataframe.
- Open Pandas DataFrame from the variable explorer (double-clicking or right-click)
What is the expected output? What do you see instead?
Open’s new window showing the DataFrame as in previous version of Spyder
Paste Traceback/Error Below (if applicable)
PASTE TRACEBACK HERE
Versions
- Spyder version: 4.2.1
- Python version: 3.9.1 64-bit
- Qt version: 5.12.1
- PyQt version: 5.12.3
- Operating System name/version: Darwin 20.2.0 (Mac OS Big Sur)
Dependencies
PASTE DEPENDENCIES HERE
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Solved: Can't open spatial dataframe in Spyder 4.2.1 Varia...
Solved: I upgraded to Spyder 4.2.1 from 3.6, and now when I run my script that creates a spatially enabled dataframe, the dataframe...
Read more >spyder-ide/public - Gitter
I am running Mac OS Catalina at the moment. After installing, I have tried to open Spyder, but I am getting an error:...
Read more >can't open dataframe in variable explorer in Spyder IDE
So I installed official python on my PC, taking Spyder IDE as a code editor. <-- It can work by changing the python...
Read more >Can't The Dataframe From Read_Sql In The Spyder ...
0 local True may fail if the current working directory is changed within the . ... Can't open spatial dataframe in Spyder 4.2.1...
Read more >(PDF) Spyder Documentation Release 3 | Pepe lotas
21 7 Console 23 8 Variable Explorer 25 8.1 Supported types . ... Note: The minimal version to run our DMG's is Mavericks...
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 FreeTop 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
Top GitHub Comments
It was as I had suspected. Should be fixed by PR #14545
I’ll take a look. I suspect that this may be caused by pandas residing in the zipped library, in which case it should be an easy fix.