Skip to content
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

Closed
reza1615 opened this issue Apr 6, 2020 · 3 comments
Closed

Option to filter out outliers from charts #160

reza1615 opened this issue Apr 6, 2020 · 3 comments

Comments

@reza1615
Copy link

reza1615 commented Apr 6, 2020

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

@aschonfeld
Copy link
Collaborator

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.

@reza1615
Copy link
Author

reza1615 commented Apr 7, 2020

Yes, I asked for semi-automated action as you said D-Tale suggests some outliers and user add the to the filter

aschonfeld pushed a commit that referenced this issue Apr 8, 2020
* #137
* #160
aschonfeld pushed a commit that referenced this issue Apr 8, 2020
* #137
* #160
aschonfeld pushed a commit that referenced this issue Apr 8, 2020
* #137
* #160
aschonfeld pushed a commit that referenced this issue Apr 8, 2020
* #137
* #160
aschonfeld pushed a commit that referenced this issue Apr 8, 2020
* #137
* #160
aschonfeld pushed a commit that referenced this issue Apr 8, 2020
 * #161
 * #156
 * #163
 * #162
 * #155
 * #141
 * #137
 * #160
aschonfeld pushed a commit that referenced this issue Apr 8, 2020
 * #161
 * #156
 * #163
 * #162
 * #155
 * #141
 * #137
 * #160
aschonfeld pushed a commit that referenced this issue Apr 9, 2020
 * #161
 * #156
 * #163
 * #162
 * #155
 * #141
 * #137
 * #160
@aschonfeld aschonfeld mentioned this issue Apr 9, 2020
aschonfeld pushed a commit that referenced this issue Apr 9, 2020
aschonfeld pushed a commit that referenced this issue Apr 9, 2020
 * #161
 * #156
 * #163
 * #162
 * #155
 * #141
 * #137
 * #160
@aschonfeld
Copy link
Collaborator

Outlier filters will be carried over into Charts page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants