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

Instruction

Great. Let's calculate some basic statistics.

Exercise

Find the mean and median price_per_person for the entire dataset. Assign the results to the mean and median variables, respectively.

Stuck? Here's a hint!

Use the .mean() and .median() functions.