databricks / koalas

Koalas: pandas API on Apache Spark
Apache License 2.0
3.33k stars 356 forks source link

Equivalent to pandas.merge(indicator=True)? #2168

Closed kylemcq13 closed 3 years ago

kylemcq13 commented 3 years ago

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?