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

to_panel issues with integers #1582

Closed
wesm opened this issue Jul 8, 2012 · 0 comments
Closed

to_panel issues with integers #1582

wesm opened this issue Jul 8, 2012 · 0 comments
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Jul 8, 2012

Case 1 (i'll look for the other)

http://stackoverflow.com/questions/11329611/python-pandas-to-panel-from-dataframe-returns-weird-numbers-for-binary-variab

pm10 = pds.read_csv('pm10.csv', index_col = [0,1], parse_dates=True)
panel_exog = pm10.to_panel()['pass_ind']

@wesm wesm closed this as completed in 58b5afa Jul 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant