Is there a way to use Pandas UDF in Spark Scala?

Viewed 38

I have a complex Pandas UDF implementation which works perfectly in PySpark. Now, I need to migrate it to use in Spark Scala. Is there a way I can directly use the current UDF implementation? Thanks.

0 Answers
Related