h2oai / datatable

A Python package for manipulating 2-dimensional tabular data structures
https://datatable.readthedocs.io
Mozilla Public License 2.0
1.81k stars 155 forks source link

[WIP] fexpr unary operators #3449

Open samukweku opened 1 year ago

samukweku commented 1 year ago
samukweku commented 1 year ago

@oleksiyskononenko i'm stuck on how to adapt the code for unary minus and sorting, i.e dt.sort(-f.A) or dt.by(-f.A)

oleksiyskononenko commented 1 year ago

@samukweku You need to rebase this PR on top of main, otherwise it is showing too many old changes.

samukweku commented 1 year ago

@oleksiyskononenko this is red because I do not know how to adapt the code for unary minus and sorting, i.e dt.sort(-f.A) or dt.by(-f.A). I would appreciate your guidance on this one