Course Content
Learning Statistics with Python
2. Mean, Median and Mode with Python
3. Variance and Standard Deviation
4. Covariance vs Correlation
Learning Statistics with Python
Challenge
Task
Calculate the mean and the median of the column 'salary' using the library you want. You can use either NumPy or pandas library.
Once you've completed this task, click the button below the code to check your solution.
Everything was clear?
Section 2. Chapter 4