Skip to content

Commit 32cd67d

Browse files
Fix table
1 parent e148685 commit 32cd67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/user_defined_functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ User-Defined Functions can be applied across various pandas methods:
7575

7676
+-------------------------------+------------------------+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
7777
| Method | Function Input | Function Output | Description |
78-
+============================+========================+==========================+==============================================================================================================================================+
78+
+===============================+========================+==========================+==============================================================================================================================================+
7979
| :ref:`udf.map` | Scalar | Scalar | Apply a function to each element |
8080
+-------------------------------+------------------------+--------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
8181
| :ref:`udf.apply` (axis=0) | Column (Series) | Column (Series) | Apply a function to each column |

0 commit comments

Comments
 (0)