Session Ready
Exercise

Is data normally distributed?

A histogram is an efficient visual tool to examine whether your data is normally distributed, or centered around the mean.

matplotlib.pyplot is imported as plt and the array prices is available in your workspace.

Instructions
100 XP
  • Plot a histogram of prices with 100 bins to confirm that the data is normally distributed.
  • Display the plot.