Skip to content

Commit e825b0e

Browse files
Fix cow ref tracking in replace with list and regex
1 parent 0537c90 commit e825b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/internals/blocks.py

+1
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,7 @@ def _replace_coerce(
12081208
value,
12091209
inplace=inplace,
12101210
mask=mask,
1211+
using_cow=using_cow,
12111212
)
12121213
else:
12131214
if value is None:

0 commit comments

Comments
 (0)