statistics.pvariance(data, mu=None)
Return the population variance of data, a non-empty iterable of real-valued numbers. Variance, or second moment about the mean, is a measure of the variability (spread or dispersion) of data. A large variance indicates that the data is spread out; a small variance indicates it is clustered closely around the mean.
If the optional second argument mu is given, it should be the mean of data. If it is missing or None (the default), the mean is automatically ca