Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 8, 2020 06:04
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/a8157b438465626c6ab47e24ef92433b to your computer and use it in GitHub Desktop.
Save amankharwal/a8157b438465626c6ab47e24ef92433b to your computer and use it in GitHub Desktop.
print(data['count'].describe())#statistical data for the distribution
plt.hist(data['count'],100,range = (0,944),label = 'test')#Histogram of the distribution
plt.xlabel("Amount of images")
plt.ylabel("Occurences")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment