File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6046,7 +6046,7 @@ def _gotitem(self,
6046
6046
axis=0)``.
6047
6047
6048
6048
`agg` is an alias for `aggregate`. Use the alias.
6049
-
6049
+
6050
6050
See Also
6051
6051
--------
6052
6052
DataFrame.apply : Perform any type of operations.
Original file line number Diff line number Diff line change @@ -1252,7 +1252,7 @@ class DataFrameGroupBy(NDFrameGroupBy):
1252
1252
pandas.DataFrame.groupby.apply
1253
1253
pandas.DataFrame.groupby.transform
1254
1254
pandas.DataFrame.aggregate
1255
-
1255
+
1256
1256
Examples
1257
1257
--------
1258
1258
Original file line number Diff line number Diff line change @@ -1293,7 +1293,7 @@ def kurt(self, **kwargs):
1293
1293
Series or DataFrame
1294
1294
Returned object type is determined by the caller of the %(name)s
1295
1295
calculation.
1296
-
1296
+
1297
1297
See Also
1298
1298
--------
1299
1299
pandas.Series.quantile : Computes value at the given quantile over all data
@@ -1889,7 +1889,7 @@ def _get_window(self, other=None):
1889
1889
pandas.DataFrame.expanding.aggregate
1890
1890
pandas.DataFrame.rolling.aggregate
1891
1891
pandas.DataFrame.aggregate
1892
-
1892
+
1893
1893
Examples
1894
1894
--------
1895
1895
You can’t perform that action at this time.
0 commit comments