databricks / koalas

Koalas: pandas API on Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rolling with custom function

alexxony opened this issue · comments

I tried to apply my custom function on koalas rolling
but it could not be applied.

The method pandas.core.window.Rolling.apply() is not implemented yet.

or

Is there any difference between koalas and pandas?

Yeah, Koalas doesn't support RollingGroupby.apply() yet.

Yeah, Koalas doesn't support RollingGroupby.apply() yet.

when can i use?? should i use dask instead?