Skip to content

Instantly share code, notes, and snippets.

@MoGaber
Created December 14, 2020 05:09
Show Gist options
  • Save MoGaber/81f1d9e9753040964bc0925142a0f01b to your computer and use it in GitHub Desktop.
Save MoGaber/81f1d9e9753040964bc0925142a0f01b to your computer and use it in GitHub Desktop.
get_imd_emails
# get only emails that were sent immediately after getting the question (ignore the weekly newsletter emails)
immediate_emails = emails[emails["emails_frequency_level"]=="email_notification_immediate"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment