question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pandas Panel(s) are not supported in the Variable Explorer

See original GitHub issue

Hello,

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:closed
  • Created 8 years ago
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
ccordoba12commented, Sep 10, 2017

We could consider to support xarray’s then. What do you say @Prikers?

0reactions
goanpecacommented, Sep 10, 2017

@Prikers awesome, I think its better to open a new issue 😃, you can also tag this issue for reference on that new issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found