-
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
highlight back color of outliers/missing values #176
Comments
Sorry, just trying to make sense of these requirements. Does this sound right?
|
Yes it is correct |
1- Does it support numeric columns? (like lat and long columns which have missing but didn't highlight)? |
aschonfeld
added a commit
that referenced
this issue
Apr 25, 2020
* #176: highlight background of outliers/missing values
aschonfeld
added a commit
that referenced
this issue
Apr 25, 2020
* #172: allowing groups to be specified in 3D scatter * #181: percentage sum/count charts * #179: confirmation for column deletion * #175: rename columns * #173: wider column input box for GroupBy in "Summarize Data" popup * #174, moved "Describe" popup to new browser tab * #170: filter "Value" dropdown for maps to only int or float columns * #164: show information about missing data in "Describe" popup * #184: "nan" not showing up for numeric columns * #176: highlight background of outliers/missing values
aschonfeld
added a commit
that referenced
this issue
Apr 25, 2020
* #172: allowing groups to be specified in 3D scatter * #181: percentage sum/count charts * #179: confirmation for column deletion * #175: rename columns * #173: wider column input box for GroupBy in "Summarize Data" popup * #174, moved "Describe" popup to new browser tab * #170: filter "Value" dropdown for maps to only int or float columns * #164: show information about missing data in "Describe" popup * #184: "nan" not showing up for numeric columns * #176: highlight background of outliers/missing values
That is great thanks |
aschonfeld
added a commit
that referenced
this issue
Apr 26, 2020
* #172: allowing groups to be specified in 3D scatter * #181: percentage sum/count charts * #179: confirmation for column deletion * #175: rename columns * #173: wider column input box for GroupBy in "Summarize Data" popup * #174, moved "Describe" popup to new browser tab * #170: filter "Value" dropdown for maps to only int or float columns * #164: show information about missing data in "Describe" popup * #184: "nan" not showing up for numeric columns * #176: highlight background of outliers/missing values
Merged
aschonfeld
added a commit
that referenced
this issue
Apr 26, 2020
* #172: allowing groups to be specified in 3D scatter * #181: percentage sum/count charts * #179: confirmation for column deletion * #175: rename columns * #173: wider column input box for GroupBy in "Summarize Data" popup * #174, moved "Describe" popup to new browser tab * #170: filter "Value" dropdown for maps to only int or float columns * #164: show information about missing data in "Describe" popup * #184: "nan" not showing up for numeric columns * #176: highlight background of outliers/missing values
aschonfeld
added a commit
that referenced
this issue
Apr 26, 2020
* #172: allowing groups to be specified in 3D scatter * #181: percentage sum/count charts * #179: confirmation for column deletion * #175: rename columns * #173: wider column input box for GroupBy in "Summarize Data" popup * #174, moved "Describe" popup to new browser tab * #170: filter "Value" dropdown for maps to only int or float columns * #164: show information about missing data in "Describe" popup * #184: "nan" not showing up for numeric columns * #176: highlight background of outliers/missing values
added v1.8.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is interesting to see where are the missing values or where are the outliers.
1- It can be like type high lighting for missing pink and for outliers range of colors
2- For missing values
Some time outliers or missing values are in the very below rows so we need a notifier
3- Render an start to the first of column name when it has outlier
4- Render ! to the first of column name when it has missing value
They can be two separate command
The text was updated successfully, but these errors were encountered: