databricks / koalas

Koalas: pandas API on Apache Spark
Apache License 2.0
3.33k stars 356 forks source link

missing function `koalas.series.apply` #2218

Closed RainFung closed 2 years ago

RainFung commented 2 years ago

https://pandas.pydata.org/docs/reference/api/pandas.Series.apply.html

HyukjinKwon commented 2 years ago

@RainFung Koalas project has been migrated to PySpark. Let;s file an issue at Apache Spark JIRA: https://issues.apache.org/jira/projects/SPARK/issues

BTW, I believe this is already implemented at https://github.com/databricks/koalas/blob/master/databricks/koalas/series.py#L3010-L3141