package
0.0.0-20220308165833-04a4f9fe5e88
Repository: https://github.com/icwells/go-tools.git
Documentation: pkg.go.dev

# Functions

FromFile creates a dataframe and loads in data from the given input file.
FromSlice creates a new dataframe and loads data from the given slice.
NewDataFrame returns an empty dataframe struct.

# Structs

Dataframe stores data as a two-dimensional string slice with header and index as maps or named indeces.
No description provided by the author