Skip to content

Instantly share code, notes, and snippets.

@focaalvarez
Last active October 28, 2019 17:38
Show Gist options
  • Save focaalvarez/ca8c33b48eadc1d5a2cc038d269c043f to your computer and use it in GitHub Desktop.
Save focaalvarez/ca8c33b48eadc1d5a2cc038d269c043f to your computer and use it in GitHub Desktop.
#One liner to fill Nans
table1_fill_nans=table1.merge(table2,how='left',on='Person ID').fillna('Unknown')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment