Skip to content

Commit 376149a

Browse files
committed
add experimental to pandas_udf
1 parent 64fad0b commit 376149a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyspark/sql/functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2448,6 +2448,8 @@ def udf(f=None, returnType=StringType()):
24482448
@since(2.3)
24492449
def pandas_udf(f=None, returnType=None, functionType=None):
24502450
"""
2451+
.. note:: Experimental
2452+
24512453
Creates a vectorized user defined function (UDF).
24522454
24532455
:param f: user-defined function. A python function if used as a standalone function

0 commit comments

Comments
 (0)