nathaneastwood / poorman

A poor man's dependency free grammar of data manipulation
https://nathaneastwood.github.io/poorman/
Other
340 stars 15 forks source link

[FEAT] Select using predicates #27

Closed nathaneastwood closed 4 years ago

nathaneastwood commented 4 years ago

Is your feature request related to a problem? Please describe. Currently columns cannot be selected using predicates, e.g. is.numeric

Describe the solution you'd like The ability to use predicates using a where() function.