pub fn covar_samp(col1: impl Into<Column>, col2: impl Into<Column>) -> Column
Returns a new Column for the sample covariance of col1 and col2.