We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fad0b commit 376149aCopy full SHA for 376149a
python/pyspark/sql/functions.py
@@ -2448,6 +2448,8 @@ def udf(f=None, returnType=StringType()):
2448
@since(2.3)
2449
def pandas_udf(f=None, returnType=None, functionType=None):
2450
"""
2451
+ .. note:: Experimental
2452
+
2453
Creates a vectorized user defined function (UDF).
2454
2455
:param f: user-defined function. A python function if used as a standalone function
0 commit comments