How to resuse Pandas code in PySpark?

User16783853906
Databricks Employee
Databricks Employee

I have single threaded Pandas code that is both not yet supported by Koalas nor easy to reimplement in PySpark. I would like to distribute this workload using Spark without rewriting all my Pandas code - is this possible?