-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REGR: concat(ints, bools) casting to object #42092 #42541
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
Conversation
jbrockmendel
commented
Jul 14, 2021
- closes REGR: 1.3.0rc behavior change with concatenating boolean and numeric columns #42092
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@meeseeksdev backport 1.3.x |
Something went wrong ... Please have a look at my logs. |
#42548) Co-authored-by: jbrockmendel <[email protected]>
@jreback @jbrockmendel I think this pull request added a test( Can this be reverted? |
…andas-dev#42541)" This reverts commit 80a72c1.
@@ -23,7 +23,7 @@ Fixed regressions | |||
- Performance regression in :meth:`DataFrame.to_dict` and :meth:`Series.to_dict` when ``orient`` argument one of "records", "dict", or "split" (:issue:`42352`) | |||
- Fixed regression in indexing with a ``list`` subclass incorrectly raising ``TypeError`` (:issue:`42433`, :issue:`42461`) | |||
- Fixed regression in :meth:`DataFrame.isin` and :meth:`Series.isin` raising ``TypeError`` with nullable data containing at least one missing value (:issue:`42405`) | |||
- | |||
- Regression in :func:`concat` between objects with bool dtype and integer dtype casting to object instead of to integer (:issue:`42092`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbrockmendel in theory we should the AM PR as an additional PR here