@@ -81,7 +81,7 @@ class providing the base-class of operations.
81
81
--------
82
82
Series.%(name)s : Apply a function %(name)s to a Series.
83
83
DataFrame.%(name)s : Apply a function %(name)s
84
- to each row or column of a DataFrame.
84
+ to each row or column of a DataFrame.
85
85
"""
86
86
87
87
_apply_docs = dict (
@@ -320,11 +320,11 @@ class providing the base-class of operations.
320
320
See Also
321
321
--------
322
322
%(klass)s.groupby.apply : Apply function func group-wise
323
- and combine the results together.
323
+ and combine the results together.
324
324
%(klass)s.groupby.aggregate : Aggregate using one or more
325
- operations over the specified axis.
325
+ operations over the specified axis.
326
326
%(klass)s.transform : Transforms the Series on each group
327
- based on the given function.
327
+ based on the given function.
328
328
329
329
Notes
330
330
-----
@@ -432,11 +432,11 @@ class providing the base-class of operations.
432
432
See Also
433
433
--------
434
434
{klass}.groupby.apply : Apply function func group-wise
435
- and combine the results together.
435
+ and combine the results together.
436
436
{klass}.groupby.transform : Aggregate using one or more
437
- operations over the specified axis.
437
+ operations over the specified axis.
438
438
{klass}.aggregate : Transforms the Series on each group
439
- based on the given function.
439
+ based on the given function.
440
440
441
441
Notes
442
442
-----
0 commit comments