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 2
Task
Calculate the covariance and the correlation between the columns 'Daily_Customer_Count'
and 'Items_Available'
using the NumPy library.
Everything was clear?
Section 4. Chapter 4