You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pls create [an issue] to deprecate this arg and rename to errors=
The idea is to replace the raise_conflict=True|False with errors='ignore'|'raise'.
Same goes for Panel.
The text was updated successfully, but these errors were encountered:
h-vetinari
changed the title
API: replace raise_conflict-kwarg in update with errors
API: replace raise_conflict-kwarg in df.update with errors
Nov 8, 2018
h-vetinari
changed the title
API: replace raise_conflict-kwarg in df.update with errors
API/DEPR: replace raise_conflict-kwarg in df.update with errors
Nov 8, 2018
From review in #23192:
The idea is to replace the
raise_conflict=True|False
witherrors='ignore'|'raise'
.Same goes for
Panel
.The text was updated successfully, but these errors were encountered: