Skip to content

BUG: DataFrame._reduce was converting integers to strings in mixed-type case. #6814

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

Merged
merged 1 commit into from
Apr 6, 2014

Conversation

dalejung
Copy link
Contributor

@dalejung dalejung commented Apr 6, 2014

closes #6806

@jreback
Copy link
Contributor

jreback commented Apr 6, 2014

pls add a release note and good 2 go

@jreback jreback added this to the 0.14.0 milestone Apr 6, 2014
case.
BUG: Remove creating np.array. This allows us to use our own logic for
promoting dtypes. pandas-dev#6806

BUG: Only convert 0/1 ints to bool. pandas-dev#6806

DOC: added release notes
@dalejung
Copy link
Contributor Author

dalejung commented Apr 6, 2014

@jreback g2g

@jreback
Copy link
Contributor

jreback commented Apr 6, 2014

k....in general also nice to rebase when adding something (don't worry in this case though). as it makes merging very easy.

@dalejung
Copy link
Contributor Author

dalejung commented Apr 6, 2014

I thought I did rebase and squash. Well, it should be rebased from an hour or two ago.

@jreback
Copy link
Contributor

jreback commented Apr 6, 2014

I had just pushed something.....:)

@jreback jreback merged commit ec16908 into pandas-dev:master Apr 6, 2014
@jreback
Copy link
Contributor

jreback commented Apr 6, 2014

thanks!

@dalejung
Copy link
Contributor Author

dalejung commented Apr 6, 2014

lol. I had to wait for travis to ping green! /me searches for some github lock command.

@jreback
Copy link
Contributor

jreback commented Apr 6, 2014

what I usually do is see that the auto-merge is indicated, if not, pull, fix, and repush

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Dtype Conversions Unexpected or buggy dtype conversions Numeric Operations Arithmetic, Comparison, and Logical operations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_reduce promotes numerics to strings when axis=0 and mixed type.
2 participants