DOC: Clarify 'it' in aggregate doc (#16989) · pandas-dev/pandas@ea487fc (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit ea487fc
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -3152,7 +3152,7 @@ def pipe(self, func, *args, **kwargs): | ||
3152 | 3152 | (e.g., np.mean(arr_2d, axis=0)) as opposed to |
3153 | 3153 | mimicking the default Numpy behavior (e.g., np.mean(arr_2d)). |
3154 | 3154 | |
3155 | - agg is an alias for aggregate. Use it. | |
3155 | + `agg` is an alias for `aggregate`. Use the alias. | |
3156 | 3156 | |
3157 | 3157 | Returns |
3158 | 3158 | ------- |