Skip to content

Commit

Permalink
Fix cow ref tracking in replace with list and regex
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Oct 9, 2024
1 parent 0537c90 commit e825b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/internals/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ def _replace_coerce(
value,
inplace=inplace,
mask=mask,
using_cow=using_cow,
)
else:
if value is None:
Expand Down

0 comments on commit e825b0e

Please sign in to comment.