koalas
koalas copied to clipboard
rolling with custom function
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?