Skip to content

Fixes a bug where Series.iloc assignment incorrectly converted dictionary values to Series objects when the target Series had dtype="object". This issue occurred due to improper handling in the Copy-on-Write (CoW) implementation.#62795

Closed
Mayankvlog wants to merge 9 commits intopandas-dev:mainfrom
Mayankvlog:my-feature-branch

Commits