Blake Bennett
Blake Bennett
**Describe the bug** Neither Series nor DataFrame's `replace()` function accept falsy string or number values as a parameter for `oldValue` or `newValue`. This does not apply to booleans. **To Reproduce**...
## Overview Fix for Issue #559 . - `Series.replace()` accepts 0 and '' for both `oldValue` and `newValue`. - `Series.replace()` accepts NaN for `newValue`. - `Series.replace(`) throws if `oldValue` is...
### Issue Type Bug ### Source source ### Keras Version Keras 3.4.1 ### Custom Code No ### OS Platform and Distribution macOS Ventura 13.6.3 ### Python version 3.10.12 ### GPU...