File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Numeric
128
128
Conversion
129
129
^^^^^^^^^^
130
130
- Bug in :class: `Series ` construction from NumPy array with big-endian ``datetime64 `` dtype (:issue: `29684 `)
131
- -
131
+ - Bug in :meth: ` DataFrame.replace ` was changing other columns' dtypes when values in one column were being replaced with `` NaN `` ( :issue: ` 30512 `)
132
132
-
133
133
134
134
Strings
@@ -193,6 +193,7 @@ Reshaping
193
193
- Fix incorrect error message in :meth: `DataFrame.pivot ` when ``columns `` is set to ``None ``. (:issue: `30924 `)
194
194
- Bug in :func: `crosstab ` when inputs are two Series and have tuple names, the output will keep dummy MultiIndex as columns. (:issue: `18321 `)
195
195
- Bug in :func: `concat ` where the resulting indices are not copied when ``copy=True `` (:issue: `29879 `)
196
+ - Bug in :meth: `SeriesGroupBy.aggregate ` was resulting in aggregations being overwritten when they shared the same name (:issue: `30092 `)
196
197
197
198
Sparse
198
199
^^^^^^
You can’t perform that action at this time.
0 commit comments