Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created January 21, 2021 06:00
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/c3d1679b4ac709b277afa63bce49ff39 to your computer and use it in GitHub Desktop.
Save amankharwal/c3d1679b4ac709b277afa63bce49ff39 to your computer and use it in GitHub Desktop.
tv_shows_both_ratings = tv_shows_combined[(tv_shows_combined.IMDb > 0) & tv_shows_combined['Rotten Tomatoes'] > 0]
tv_shows_combined.groupby('StreamingOn').Title.count().plot(kind='bar')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment