Skip to content

Panel constructor ignores dtype #411

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

Closed
CRP opened this issue Nov 24, 2011 · 1 comment
Closed

Panel constructor ignores dtype #411

CRP opened this issue Nov 24, 2011 · 1 comment
Labels
Milestone

Comments

@CRP
Copy link
Contributor

CRP commented Nov 24, 2011

In [11]: Panel(items=arange(3),major_axis=arange(3),minor_axis=arange(3),dtype=np.object).ix[1].dtypes
Out[11]:
0 float64
1 float64
2 float64

@wesm
Copy link
Member

wesm commented Nov 25, 2011

fixed in the above commit. this might be the last blocker for 0.6.0, need to do a bit more testing and may cut tomorrow

@wesm wesm closed this as completed Nov 25, 2011
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

2 participants