package
0.0.0-20211025052708-a1030444159b
Repository: https://github.com/rocketlaunchr/dataframe-go.git
Documentation: pkg.go.dev

# Packages

Package faker can be used to generate DataFrames filled with fake data.
No description provided by the author

# 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.