databricks / koalas

Koalas: pandas API on Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Equivalent to pandas.merge(indicator=True)?

kylemcq13 opened this issue · comments

Hello,

I'm currently scaling some pandas code with a pandas.merge with indicator parameter set to true to track the source of each row. Is there a koalas equivalent for this?