File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6046,7 +6046,7 @@ def _gotitem(self,
60466046 axis=0)``.
60476047
60486048 `agg` is an alias for `aggregate`. Use the alias.
6049-
6049+
60506050 See Also
60516051 --------
60526052 DataFrame.apply : Perform any type of operations.
Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ class DataFrameGroupBy(NDFrameGroupBy):
12521252 pandas.DataFrame.groupby.apply
12531253 pandas.DataFrame.groupby.transform
12541254 pandas.DataFrame.aggregate
1255-
1255+
12561256 Examples
12571257 --------
12581258
Original file line number Diff line number Diff line change @@ -1293,7 +1293,7 @@ def kurt(self, **kwargs):
12931293 Series or DataFrame
12941294 Returned object type is determined by the caller of the %(name)s
12951295 calculation.
1296-
1296+
12971297 See Also
12981298 --------
12991299 pandas.Series.quantile : Computes value at the given quantile over all data
@@ -1889,7 +1889,7 @@ def _get_window(self, other=None):
18891889 pandas.DataFrame.expanding.aggregate
18901890 pandas.DataFrame.rolling.aggregate
18911891 pandas.DataFrame.aggregate
1892-
1892+
18931893 Examples
18941894 --------
18951895
You can’t perform that action at this time.
0 commit comments