We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcfc7f commit 947bd76Copy full SHA for 947bd76
doc/source/reference/groupby.rst
@@ -58,8 +58,6 @@ Computations / Descriptive Stats
58
GroupBy.first
59
GroupBy.head
60
GroupBy.last
61
- GroupBy.idxmax
62
- GroupBy.idxmin
63
GroupBy.max
64
GroupBy.mean
65
GroupBy.median
doc/source/whatsnew/v0.25.0.rst
@@ -117,7 +117,7 @@ Concatenating Sparse Values
117
^^^^^^^^^^^^^^^^^^^^^^^^^^^
118
119
When passed DataFrames whose values are sparse, :func:`concat` will now return a
120
-:class:`Series` or :class:`DataFrame` with sparse values, rather than a :class`SparseDataFrame` (:issue:`25702`).
+:class:`Series` or :class:`DataFrame` with sparse values, rather than a :class:`SparseDataFrame` (:issue:`25702`).
121
122
.. ipython:: python
123
0 commit comments