Develop a Python program using modules, functions, and lists to calculate the following statistics for each column of the data.csv file:
a) Mean
b) Variance
c) Standard deviation
d) Correlation between each two different columns
For the mean, use the following expression:
X =
For the variance, use the following expression:
x, -x g = N
The standard deviation is the square root of the variance.