NOTE: This functionality is contingent upon this pull request.
Adds functionality allowing you to calculate the standard deviation of columns using the stdev
function in your
q
SQL queries.
Example:
SELECT stdev(some_column) FROM ./my_file.csv;