go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.97k stars 276 forks source link

How can I write series.Map() #183

Open bearberror opened 2 years ago

bearberror commented 2 years ago

As far as I know, series.Map() required the series.MapFunction as the argument but, I cannot found the tutorial r example to write the function. Would someone please guide me any direction?