package
0.0.0-20210507122223-9cd4eef7d8e3
Repository: https://github.com/panduladw/go-frames.git
Documentation: pkg.go.dev

# Functions

ComposeWithAnd takes in variadic number of base.Bool Series and return a single base.Bool Series by applying AND operation to all the provided Series.
ComposeWithOR takes in variadic number of base.Bool Series and return a single base.Bool Series by applying OR operation to all the provided Series.
NewSeries will create a new series based on the column name and the variadic arguments given.

# Structs

No description provided by the author