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

highlight back color of outliers/missing values #176

Closed
reza1615 opened this issue Apr 9, 2020 · 7 comments
Closed

highlight back color of outliers/missing values #176

reza1615 opened this issue Apr 9, 2020 · 7 comments

Comments

@reza1615
Copy link

reza1615 commented Apr 9, 2020

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

  • From dark blue to light blue for lower bound
  • From light red to dark red for upper bound
    2- For missing values
  • Null > Yellow
  • Empty or space (one space or multi space > Orange

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

@aschonfeld
Copy link
Collaborator

aschonfeld commented Apr 23, 2020

Sorry, just trying to make sense of these requirements. Does this sound right?

  1. Outlier Highlighting
  • lower bounds will be blue with the opacity going from lighter to darker as you get closer to the lowest value
  • upper bounds will be red with the opacity going from lighter to darker as you get closer to the highest value
  1. Missing values
  • np.nan values will be yellow
  • for string columns, empty or consisting entirely of spaces will be orange
  1. Put a ⭐ on the front of column names that have outliers
  2. Prepend a "!" to any column names that have missing values

@reza1615
Copy link
Author

Yes it is correct

@aschonfeld
Copy link
Collaborator

Here is the missing highlighting:
image

Hopefully have outlier highlighting done for a release this weekend.

@reza1615
Copy link
Author

reza1615 commented Apr 24, 2020

1- Does it support numeric columns? (like lat and long columns which have missing but didn't highlight)?
2- would you please use ❗ or ❕ or ❌ instead of !

@aschonfeld
Copy link
Collaborator

Ok, here's the final product.

Outliers
image
Missing
image

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
@reza1615
Copy link
Author

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
@aschonfeld aschonfeld mentioned this issue Apr 26, 2020
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
@aschonfeld
Copy link
Collaborator

added v1.8.10

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