mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
import the new stats lib
This commit is contained in:
@@ -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]")
|
||||
|
||||
Reference in New Issue
Block a user