-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Is your feature request related to a problem?
We currently have query
, which can runs a numexpr string using eval
.
Describe the solution you'd like
Should we add an eval
method itself? I find that when building something for the command line, allowing people to pass an eval
-able expression can be a good interface.
Describe alternatives you've considered
No response
Additional context
No response