lux
lux copied to clipboard
Automatic binned ranges for inequality filters
For the Filter action, when the filter operation involves inequality, we should support better alternatives. For example when a user as for MilesPerGal<15, we could also show MilesPerGal>15 or bin it to different quartiles.
Adding support for complementary filter operations in commit 5d2e2c.
Example:
Remaining TODO: auto-binned range for equality case (e.g., MilesPerGal=15).