DEPR:change DataFrame.where(..,raise_on_error) -> errors · Issue #14968 · pandas-dev/pandas (original) (raw)
xref #14878
#14878 deprecated the raise_on_error
kwarg in favour of the errors
kwarg
for DataFrame.astype()
.
This issue addresses the same deprecation of the raise_on_error
kwarg forDataFrame.where()
. Again this should be replaced with the errors
kwarg.
The errors
kwarg can have the value raise
or ignore
with a default
value of raise
.
This issue can be assigned to me - @m-charlton