Skip to content

Instantly share code, notes, and snippets.

@inyl
Last active November 18, 2016 06:51
Show Gist options
  • Save inyl/fa10dbe0cd890b1ebf8aa099c2b1a5d4 to your computer and use it in GitHub Desktop.
Save inyl/fa10dbe0cd890b1ebf8aa099c2b1a5d4 to your computer and use it in GitHub Desktop.
pandas join
df.join(df2.set_index('column_name'), rsuffix='_parent', on='column_name')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment