File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1207,7 +1207,7 @@ Sparse
1207
1207
- Bug in ``DataFrame.groupby`` not including ``fill_value`` in the groups for non-NA ``fill_value`` when grouping by a sparse column (:issue:`5078`)
1208
1208
- Bug in unary inversion operator (``~``) on a ``SparseSeries`` with boolean values. The performance of this has also been improved (:issue:`22835`)
1209
1209
- Bug in :meth:`SparseArary.unique` not returning the unique values (:issue:`19595`)
1210
- - Fixed :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
1210
+ - Bug in :meth:`DataFrame.nsmallest` and :meth:`DataFrame.nlargest` for dataframes that have :class:`MultiIndex`ed columns (:issue:`23033`).
1211
1211
1212
1212
Build Changes
1213
1213
^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments