Implementing partition mapping operator like PySpark mapPartitions with an interface like Dask map_partitions #2160
Giangblackk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that Dask's map_partitions is a very useful operator.
How about implementing a mapPartitions operator with an interface for python that look like that Dask's map_partitions in koalas?
Beta Was this translation helpful? Give feedback.
All reactions