Conversation

jbrockmendel
  • closes #xxxx (Replace xxxx with the issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Looks like this check was implemented to avoid some inconsistency, but I can no longer find what that inconsistency was.

@jbrockmendel

Could also just call this a bugfix since we're going from raising to not raising

@mroeschke

Yeah I would be okay calling this a bug fix

@jbrockmendeljbrockmendel changed the title DEPR: allow DataFrame[mask]=value with mixed non-numeric dtypes BUG: allow DataFrame[mask]=value with mixed non-numeric dtypes May 19, 2023
@jbrockmendel

Changed from deprecation to bugfix

@mroeschkemroeschke added IndexingRelated to indexing on series/frames, not to indexes themselvesMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolatelabels May 19, 2023
@mroeschkemroeschke added this to the 2.1 milestone May 19, 2023
@mroeschkemroeschke merged commit b684666 into pandas-dev:main May 19, 2023
@mroeschke

Thanks @jbrockmendel

@jbrockmendeljbrockmendel deleted the depr-7657 branch May 19, 2023 18:06
topper-123 pushed a commit to topper-123/pandas that referenced this pull request May 22, 2023
…s-dev#53291)

* DEPR: allow DataFrame[mask]=value with mixed non-numeric dtypes

* Change deprecation to bugfix
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
…s-dev#53291)

* DEPR: allow DataFrame[mask]=value with mixed non-numeric dtypes

* Change deprecation to bugfix
Sign up for free to join this conversation on . Already have an account? Sign in to comment
IndexingRelated to indexing on series/frames, not to indexes themselvesMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
None yet

Successfully merging this pull request may close these issues.