@@ -5049,7 +5049,7 @@ def median(self, axis=None, skipna=None, level=None, numeric_only=None,
5049
5049
-------
5050
5050
:class:`pandas.Series`
5051
5051
If no by groups are specified.
5052
- :class:`pandas.Dataframe `
5052
+ :class:`pandas.DataFrame `
5053
5053
If by groups are specified.
5054
5054
5055
5055
'''
@@ -5086,7 +5086,7 @@ def min(self, axis=None, skipna=True, level=None, numeric_only=False,
5086
5086
-------
5087
5087
:class:`pandas.Series`
5088
5088
If no by groups are specified.
5089
- :class:`pandas.Dataframe `
5089
+ :class:`pandas.DataFrame `
5090
5090
If by groups are specified.
5091
5091
5092
5092
'''
@@ -5270,7 +5270,7 @@ def mode(self, axis=0, numeric_only=False, max_tie=100, skipna=True):
5270
5270
-------
5271
5271
:class:`pandas.Series`
5272
5272
If no By groups are specified.
5273
- :class:`pandas.Dataframe `
5273
+ :class:`pandas.DataFrame `
5274
5274
If By groups are specified.
5275
5275
5276
5276
'''
@@ -5387,7 +5387,7 @@ def quantile(self, q=0.5, axis=0, numeric_only=True, interpolation='nearest',
5387
5387
-------
5388
5388
:class:`pandas.Series`
5389
5389
If no By groups are specified, or only a single quantile is requested.
5390
- :class:`pandas.Dataframe `
5390
+ :class:`pandas.DataFrame `
5391
5391
If By groups are specified.
5392
5392
5393
5393
'''
0 commit comments