-  
 -   Notifications  
You must be signed in to change notification settings  - Fork 19.2k
 
Open
Labels
Copy / view semanticsNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionWarningsWarnings that appear or should be added to pandasWarnings that appear or should be added to pandascombine/combine_first/updateNDFrame.combine, combine_first, updateNDFrame.combine, combine_first, update
Description
Pandas version checks
-  I have checked that the issue still exists on the latest versions of the docs on 
mainhere 
Location of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.Series.update.html#pandas.Series.update
Documentation problem
df.update resembles how python.dict.update works, but df.update doesn't support CoW
Suggested fix for documentation
remove FutureWarning for the df.update
or create a (for example) df.coalesce method that will, actually, return something. this shouldn't brake existing code
Metadata
Metadata
Assignees
Labels
Copy / view semanticsNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionWarningsWarnings that appear or should be added to pandasWarnings that appear or should be added to pandascombine/combine_first/updateNDFrame.combine, combine_first, updateNDFrame.combine, combine_first, update