Last active
November 18, 2016 06:51
-
-
Save inyl/fa10dbe0cd890b1ebf8aa099c2b1a5d4 to your computer and use it in GitHub Desktop.
pandas join
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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