# Functions
DefaultType sets the defaultType option for loadOptions.
DetectTypes sets the detectTypes option for loadOptions.
HasHeader sets the hasHeader option for loadOptions.
LoadMaps creates a new DataFrame based on the given maps.
LoadMatrix loads the given Matrix as a DataFrame TODO: Add Loadoptions.
LoadRecords creates a new DataFrame based on the given records.
LoadStructs creates a new DataFrame from arbitrary struct slices.
Names sets the names option for loadOptions.
NaNValues sets the nanValues option for loadOptions.
New is the generic DataFrame constructor.
ReadCSV reads a CSV file from a io.Reader and builds a DataFrame with the resulting records.
No description provided by the author
ReadJSON reads a JSON array from a io.Reader and builds a DataFrame with the resulting records.
RevSort return an ordering structure for reverse column sorting.
Sort return an ordering structure for regular column sorting sort.
WithComments sets the csv comment line detect to remove lines.
WithDelimiter sets the csv delimiter other than ',', for example '\t'.
WithLazyQuotes sets csv parsing option to LazyQuotes.
WithTypes sets the types option for loadOptions.
WriteHeader sets the writeHeader option for writeOptions.
# Constants
COUNT.
MAX.
MEAN.
MEDIAN.
MIN.
STD.
SUM.
And aggregates filters with logical and.
No description provided by the author
Or aggregates filters with logical or.
# Interfaces
Matrix is an interface which is compatible with gonum's mat.Matrix interface.
SelectIndexes are the supported indexes used for the DataFrame.Select method.
# Type aliases
Aggregation defines the filter aggregation.
AggregationType Aggregation method type.
LoadOption is the type used to configure the load of elements.
WriteOption is the type used to configure the writing of elements.