Skip to content

Commit 8132f7e

Browse files
add a note on unsupported func+axis combination for frame_apply
1 parent 079cde5 commit 8132f7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/shared_docs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
for more details.
5050
5151
A passed user-defined-function will be passed a Series for evaluation.
52+
53+
If `func` defines an index relabeling, `axis` must be `0` or `index`.
5254
{examples}"""
5355

5456
_shared_docs["compare"] = """

0 commit comments

Comments
 (0)