import the new stats lib

This commit is contained in:
JamesP
2015-11-07 17:47:49 +10:00
parent cdd00c4df6
commit 716f84ae4b

View File

@@ -3,7 +3,7 @@
# the standard deviation of its columns.
# The CSV file can have a header which is then used for the output.
import os, streams, parsecsv, strutils, math
import os, streams, parsecsv, strutils, math, stats
if paramCount() < 1:
quit("Usage: statcsv filename[.csv]")