go-gota / gota

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

Support bitwise left-shift and right-shift #49

Closed szaydel closed 4 years ago

szaydel commented 6 years ago

I was wondering how you feel about series of Integers supporting bitwise operations like shifts? I actually realized that I could benefit from this in my own work, where for example I have a whole bunch of numbers that are say in kilobytes, but I really want to operate on bytes instead of KBs.

Thanks!

kniren commented 4 years ago

This is not currently in the scope of the project, but function application over rows/columns should be able to deal with this use case.