We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4a4ab commit c2745a1Copy full SHA for c2745a1
pandas/core/frame.py
@@ -10286,10 +10286,9 @@ def apply(
10286
either the DataFrame's index (``axis=0``) or the DataFrame's columns
10287
(``axis=1``). By default (``result_type=None``), the final return type
10288
is inferred from the return type of the applied function. Otherwise,
10289
- it depends on the `result_type` argument. The return type of the applied
10290
- function is inferred based on the first computed result obtained after
+ it depends on the `result_type` argument. The return type of the applied
+ function is inferred based on the first computed result obtained after
10291
applying the function to a Series object.
10292
-
10293
10294
Parameters
10295
----------
0 commit comments