-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to filter out outliers from charts #160
Comments
So this can obviously be done by adding a query "yr_build != 99999999 and price != 0" but I'll try adding an option to the "Describe" popup to view outliers for columns and a way to add a quick filter for them. This filter would be brought over when opening up the "Charts" tab. |
Yes, I asked for semi-automated action as you said D-Tale suggests some outliers and user add the to the filter |
Outlier filters will be carried over into Charts page |
In the chart window we can have an option to filter out outliers from selected columns
for example: if yr_built selected exclude 99999999 and for price exclude 0
Also it can be as an option the filter window to list outliers of a column/ columns
The text was updated successfully, but these errors were encountered: