I'm trying to use Koalas to process my dataframes.
Does it have rolling window functions over partitions? Something like PARTITION BY
and ROW_NUMBER()
in Hive or Postgres?
I'm trying to use Koalas to process my dataframes.
Does it have rolling window functions over partitions? Something like PARTITION BY
and ROW_NUMBER()
in Hive or Postgres?