package
0.0.0-20220627041442-9243605075ac
Repository: https://github.com/matthew188/dataframe-go.git
Documentation: pkg.go.dev
# Functions
Float64Seq will return a sequence of float64 values starting at start.
Int64Seq will return a sequence of int64 values starting at start.
IntSeq will return a sequence of int values starting at start.
Reverse will reverse the order of a Dataframe or Series.
Search is used to find particular values in a given Series.
Shuffle will randomly shuffle the rows in a Dataframe or Series.
# Structs
ReverseOptions modifies the behavior of Reverse.
SearchOptions modifies the behavior of Search.
ShuffleOptions modifies the behavior of Shuffle.