Pandas Panel(s) are not supported in the Variable Explorer
See original GitHub issueHello,
try in IPython inside Spyder
>>> #from pandas.io import data, wb
>>> from pandas_datareader import data, wb # pip install pandas_datareader
>>> panel = data.DataReader(['MSFT', 'GOOG', 'AAPL'], 'yahoo')
>>> panel
This panel doesn’t appears in variables explorer.
>>> df_adj_close = panel['Adj Close']
df_adj_close
appears in variables explorer.
Kind regards
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Newly-assignmed variables not showing up in Spyder's ...
Go to Variable explorer window. Then you have options button right hand side. Click on it,Untick the option Exclude all uppercase preferences as...
Read more >Variable Explorer — Spyder 5 documentation
Spyder's Variable Explorer offers built in support for editing lists, strings, dictionaries, NumPy arrays, Pandas DataFrames, Series and more; ...
Read more >How to use Synapse notebooks - Azure - Microsoft Learn
Referenced notebooks do not support statement that depth is larger than five. Variable explorer. Synapse notebook provides a built-in variables ...
Read more >Python and Data Science Tutorial in Visual Studio Code
If you look at the Titanic csv file, one thing you'll notice is that a question mark ("?") was used to identify cells...
Read more >Spyder IDE 2.3.9 variable explorer not support data frame ...
Hi, You need Pandas 0.13.1 or higher to get support for DataFrames. Cheers, Carlos. El 12/07/16 a las 11:17, ...
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
We could consider to support
xarray
’s then. What do you say @Prikers?@Prikers awesome, I think its better to open a new issue 😃, you can also tag this issue for reference on that new issue.