Skip to content

frame::rows() and expressions

Pre-release
Pre-release
Compare
Choose a tag to compare
@tedmiddleton tedmiddleton released this 11 Apr 23:20
· 208 commits to main since this release
Expressions mostly... work? frame::rows() works?

frame::rows() seems to mostly work now. It can't work with column names
unfortunately - only indices. But there might be a way of salvaging this
- although it would still mean uframe and useries would have to be used.
But for now, it's possible to craft an expression that filters on
columns based on arbitrary types that have standard c++ operator
support.