Skip to content

Instantly share code, notes, and snippets.

@uomodellamansarda
Last active November 16, 2020 10:31
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 uomodellamansarda/25650ec86114dcbf6654a02809d98f34 to your computer and use it in GitHub Desktop.
Save uomodellamansarda/25650ec86114dcbf6654a02809d98f34 to your computer and use it in GitHub Desktop.
#top 10 most successful directors based on a single movie
top10_dir_absolute=df_inner_join.groupby('director').mean().sort_values(by=['inflation_adjusted_gross'],ascending=False).head(10).reset_index()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment