enso-org / dataframes

A library for working with tabular data in Luna.
https://luna-lang.org
MIT License
6 stars 5 forks source link

add `abs` function for LQuery #95

Open sylwiabr opened 5 years ago

sylwiabr commented 5 years ago

abs method for LQuery, Int and Real. For acceptance try to call .abs on a column of Ints and Reals and on a single Real/Int number

sylwiabr commented 5 years ago

@mwu-tow @mikusp can you check this one? Since I was the author I would prefer anyone else to go through.

mwu-tow commented 5 years ago

Works for me! 👍

mikusp commented 5 years ago

.abs cannot be called on a Column, moving to in progress