Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 21, 2021 05:59
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 amankharwal/6bfbee0294a481446cd4cdf7abae939d to your computer and use it in GitHub Desktop.
Save amankharwal/6bfbee0294a481446cd4cdf7abae939d to your computer and use it in GitHub Desktop.
tv_shows_combined = tv_shows_long.merge(tv_shows, on='Title', how='inner')
tv_shows_combined.drop(columns = ['Unnamed: 0','Netflix',
'Hulu', 'Prime Video', 'Disney+', 'type'], inplace=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment