h2oai / datatable

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

Refactor `.extend()` and `.remove()` to use `FExpr` #3393

Closed samukweku closed 1 year ago

samukweku commented 1 year ago

WIP for #2562

oleksiyskononenko commented 1 year ago

@samukweku I pushed some changes to this PR. See if they look good to you.

samukweku commented 1 year ago

Thanks for the review and update @oleksiyskononenko. Looks great