Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Course Recap
10. Histogram
Final challenge
Summary

Instruction

Perfect! One more to go.

Exercise

Draw the following histogram for the price_per_person column:

Sample plot

Use the following settings:

  1. figsize=(10,5),
  2. facecolor='orange',
  3. edgecolor='black',
  4. bins=30,
  5. Only consider offers with overall_satisfaction > 0.

Stuck? Here's a hint!

To draw a histogram, use plt.hist().