We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
ENH: respect dtype argument in Panel._init_dict for missing items, GH #…
2bf7613
…411
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
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: