File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -209,14 +209,14 @@ def _():
209
209
"""
210
210
_functions_1_6_over_column = {
211
211
# unary math functions
212
- 'stddev' : 'Aggregate function: returns the unbiased sample standard deviation of' +
213
- ' the expression in a group.' ,
212
+ 'stddev' : 'Aggregate function: alias for stddev_samp.' ,
214
213
'stddev_samp' : 'Aggregate function: returns the unbiased sample standard deviation of' +
215
214
' the expression in a group.' ,
216
215
'stddev_pop' : 'Aggregate function: returns population standard deviation of' +
217
216
' the expression in a group.' ,
218
- 'variance' : 'Aggregate function: returns the population variance of the values in a group.' ,
219
- 'var_samp' : 'Aggregate function: returns the unbiased variance of the values in a group.' ,
217
+ 'variance' : 'Aggregate function: alias for var_samp.' ,
218
+ 'var_samp' : 'Aggregate function: returns the unbiased sample variance of' +
219
+ ' the values in a group.' ,
220
220
'var_pop' : 'Aggregate function: returns the population variance of the values in a group.' ,
221
221
'skewness' : 'Aggregate function: returns the skewness of the values in a group.' ,
222
222
'kurtosis' : 'Aggregate function: returns the kurtosis of the values in a group.' ,
You can’t perform that action at this time.
0 commit comments