Heroes with histograms
We've identified that the kidnapper is Fred Frequentist. Now we need to know where Fred is hiding Bayes.
A shoe print at the crime scene contains a specific type of gravel. Based on the distribution of gravel radii, we can determine where the kidnapper recently visited. It might be:
The radii of individual gravel pieces has been loaded into the DataFrame gravel
, and matplotlib
has been loaded under the alias plt
.
This exercise is part of the course
Introduction to Data Science in Python
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Create a histogram of gravel.radius
____.____(____)
# Display histogram
plt.show()