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
Consider the (long) code snippet here. Unless you remove ccode from the df beforehand, you end up with all object dtype for df after unstack.
http://www.pastie.org/2904328
The text was updated successfully, but these errors were encountered:
BUG: handle mixed-type frames carefully in unstack, GH #403
eaf38f9
took care of this in the above commit. was less trivial than I expected
Sorry, something went wrong.
Awesome. Thanks.
Update CHANGES.md (pandas-dev#403)
718a714
Add release date
No branches or pull requests
Consider the (long) code snippet here. Unless you remove ccode from the df beforehand, you end up with all object dtype for df after unstack.
http://www.pastie.org/2904328
The text was updated successfully, but these errors were encountered: