pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.9k stars 18.03k forks source link

[backport 2.3.x] TST (string dtype): resolve xfails for frame fillna and replace tests + fix bug in replace for string (#60295) #60331

Open jorisvandenbossche opened 1 week ago

jorisvandenbossche commented 1 week ago

(cherry picked from commit fae3e8034faf66eb8ef00bcbed73d48e4ef791d3)

Backport of https://github.com/pandas-dev/pandas/pull/60295

jorisvandenbossche commented 1 week ago

This has some failures for which it might be good to first finish https://github.com/pandas-dev/pandas/pull/60183