Skip to content

jmptrader/dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dataset

Experimental Go utility to analyze and quickly plot a series of floating point numbers on the command line.

Install:

	go get github.com/alexandercampbell/dataset

Usage:

	dataset sample-data/gauss_01.txt
	dataset sample-data/gauss_01.txt

Dataset works like many shell utilities.

	# Read from file
	dataset <some-file>

	# Read from stdin
	dataset
	dataset -

	# Flag messages
	dataset --help

Dataset ignores everything except numbers, so you can use it on CSVs or whatever other format you have.

	echo "1234, 123, 143" | dataset

About

Experimental statistical shell utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages