Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 14, 2020 11:38
Show Gist options
  • Select an option

  • Save BexTuychiev/78d6c8b10dfb846dd9a8eb9ff817310d to your computer and use it in GitHub Desktop.

Select an option

Save BexTuychiev/78d6c8b10dfb846dd9a8eb9ff817310d to your computer and use it in GitHub Desktop.
films_plus_directors = films.merge(directors, on='director_id', how='inner').drop_duplicates()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment