data = [[1, 2, 3, 4], [2, 6, 7, 7], [3, 6, 2, 9], [4, 7, 4, 3]]
I want to standardise a matrix(list of lists) and I have a mean and standard deviation function alread