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 @@ -132,7 +132,7 @@ Numeric
132
132
Conversion
133
133
^^^^^^^^^^
134
134
- Bug in :class: `Series ` construction from NumPy array with big-endian ``datetime64 `` dtype (:issue: `29684 `)
135
- -
135
+ - Bug in :meth: ` DataFrame.replace ` was changing other columns' dtypes when values in one column were being replaced with `` NaN `` ( :issue: ` 30512 `)
136
136
-
137
137
138
138
Strings
@@ -202,6 +202,7 @@ Reshaping
202
202
- Fix incorrect error message in :meth: `DataFrame.pivot ` when ``columns `` is set to ``None ``. (:issue: `30924 `)
203
203
- Bug in :func: `crosstab ` when inputs are two Series and have tuple names, the output will keep dummy MultiIndex as columns. (:issue: `18321 `)
204
204
- Bug in :func: `concat ` where the resulting indices are not copied when ``copy=True `` (:issue: `29879 `)
205
+ - Bug in :meth: `SeriesGroupBy.aggregate ` was resulting in aggregations being overwritten when they shared the same name (:issue: `30092 `)
205
206
206
207
Sparse
207
208
^^^^^^
You can’t perform that action at this time.
0 commit comments