Commit 9b20ffa
authored
fix: fillNa throws an error when value is empty string
Dataframe.fillNa("") throws an error.
There are few use cases when we want to fill NaN with an empty string.
This feature is supported by pandas.1 parent 2c274ee commit 9b20ffa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2102 | 2102 | | |
2103 | 2103 | | |
2104 | 2104 | | |
2105 | | - | |
| 2105 | + | |
2106 | 2106 | | |
2107 | 2107 | | |
2108 | 2108 | | |
| |||
0 commit comments