Skip to content

Instantly share code, notes, and snippets.

@MoGaber
Created December 14, 2020 05:09
Show Gist options
  • Save MoGaber/7c65144a8799ff4597ffdf61485d5fc5 to your computer and use it in GitHub Desktop.
Save MoGaber/7c65144a8799ff4597ffdf61485d5fc5 to your computer and use it in GitHub Desktop.
full_data
full_data = pd.merge(emails_questions, answers,how='left', on=["professional_id","question_id" ])
full_data = full_data.rename(columns = {"id": "email_id"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment