Koalas: pandas.merge_asof

Created on 8 Jul 2019  路  3Comments  路  Source: databricks/koalas

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

enhancement

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brookewenig picture brookewenig  路  7Comments

ueshin picture ueshin  路  4Comments

sorenmc picture sorenmc  路  3Comments

rodneyjoyce picture rodneyjoyce  路  4Comments

patryk-oleniuk picture patryk-oleniuk  路  3Comments