go-gota / gota

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

Add Map method to Series to support function application over Series #57

Closed szaydel closed 4 years ago

szaydel commented 6 years ago

This is another try at Map method implementation. It seems substantially simpler, but expects more in some ways from the function being applied over the elements. Let me know if you feel this is acceptable and if not, what you might like to see changed, assuming this is still a worthwhile addition.

Thanks, Sam.