Skip to content

Commit 55f0654

Browse files
kasmith11kendall smith
and
kendall smith
authored
GH36602 (#43620)
DOC Co-authored-by: kendall smith <[email protected]>
1 parent 32c2336 commit 55f0654

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pandas/core/groupby/groupby.py

+4
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ class providing the base-class of operations.
173173
The resulting dtype will reflect the return value of the passed ``func``,
174174
see the examples below.
175175
176+
Functions that mutate the passed object can produce unexpected
177+
behavior or errors and are not supported. See :ref:`gotchas.udf-mutation`
178+
for more details.
179+
176180
Examples
177181
--------
178182
{examples}

0 commit comments

Comments
 (0)