You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to know which rows did not match on the left or on the right side of an outer join operation (fullOuter). In pandas merge (python) I could use the _merge indicator to figure it out.
I am joining on multiple columns of two tables and some of my data is null (missing).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like to know which rows did not match on the left or on the right side of an outer join operation (fullOuter). In pandas merge (python) I could use the _merge indicator to figure it out.
I am joining on multiple columns of two tables and some of my data is null (missing).
Beta Was this translation helpful? Give feedback.
All reactions