Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas Series not showing in Spyder Variable explorer #2823

Closed
joy2014 opened this issue Nov 20, 2015 · 1 comment
Closed

Pandas Series not showing in Spyder Variable explorer #2823

joy2014 opened this issue Nov 20, 2015 · 1 comment

Comments

@joy2014
Copy link

joy2014 commented Nov 20, 2015

I updated my pandas to v.0.17.0. After that, pandas series is not showing in Variable explorer. I guess Type core.series.Series not a supported Type under variable explorer?

here is the example, test and df will show up in variable explorer, but not s1.

import numpy as np
import pandas as pd

test = np.array([1,2,3,4,5])
df = pd.DataFrame(test, columns = ['test'])
s1 = pd.Series(test)
type(s1)

pandas: v0.17.0
spyder: 2.3.7

@ccordoba12
Copy link
Member

This is a duplicate of issue #2815 and will be fixed in 2.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants