Skip to content

Commit c2745a1

Browse files
committed
DOC: Add inference type information to Dataframe Apply
1 parent bb4a4ab commit c2745a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10286,10 +10286,9 @@ def apply(
1028610286
either the DataFrame's index (``axis=0``) or the DataFrame's columns
1028710287
(``axis=1``). By default (``result_type=None``), the final return type
1028810288
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
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
1029110291
applying the function to a Series object.
10292-
1029310292
1029410293
Parameters
1029510294
----------

0 commit comments

Comments
 (0)