Skip to content

Commit d52a3a1

Browse files
committed
DOC: simplify dtype note in DataFrame.apply per review
1 parent 81471f8 commit d52a3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10629,7 +10629,7 @@ def apply(
1062910629
If you are just applying a NumPy reduction function this will
1063010630
achieve much better performance.
1063110631
10632-
.. warning::
10632+
.. note::
1063310633
1063410634
When ``raw=True``, the result dtype is inferred from the **first**
1063510635
returned value.

0 commit comments

Comments
 (0)