Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 12, 2020 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aniruddha27/13b8e067b792d1d37dc12526ee3f6233 to your computer and use it in GitHub Desktop.
Save aniruddha27/13b8e067b792d1d37dc12526ee3f6233 to your computer and use it in GitHub Desktop.
df = pd.merge(df_food,df_center,on='center_id')
df = pd.merge(df,df_meal,on='meal_id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment