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

Auto-cleaning affordance in the table #74

Open
paddymul opened this issue Oct 24, 2023 · 0 comments
Open

Auto-cleaning affordance in the table #74

paddymul opened this issue Oct 24, 2023 · 0 comments
Labels
enhancement New feature or request Future-exploration JS requires js work to fix Lightweight-JS-Dataframe

Comments

@paddymul
Copy link
Owner

I would like a way to let the user know which values were changed via auto-cleaning, along with the original value.

To start I would like to highlight values that have been editted with a different color (possibly only half the cell background to work with other highlighting formatters). Next I would like a hover that shows the original value for the cell.

The frontend side of this would be pretty straightforward with these editted cells containing an array of [cleaned, original] instead of just original.

Constructing that array in python would be very expensive. I think the best approach would be to have two columns, for col name of temperature, have the key of temperature be the cleaned value, have an additional column of temperature_orig, Join the column to create the array value in JS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Future-exploration JS requires js work to fix Lightweight-JS-Dataframe
Projects
None yet
Development

No branches or pull requests

1 participant