I am just wondering if there is any work going on with an equivalent to pandas.merge_asof. I know koalas.merge only was only added in May #232 so no pressure whatsoever :-)
Cheers for all the good work.
T
I think this can be implemented when cogroup feature is implemented in Spark side, which is in progress.
Is there a rough date to release merge_asof in Koalas?
I roughly suspect is right after Spark 3.0 is released. Won't be too long since Spark 3.0 preview was released as well.
Most helpful comment
I roughly suspect is right after Spark 3.0 is released. Won't be too long since Spark 3.0 preview was released as well.