Ability to filter / sort on `null_percentage`
- Dominant language
- TypeScript
- Stars
- 466
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
In the column explorer, it would be amazing to be able to filter and sort on `null_percentage`. This would allow you to both:
- remove all "noise" and only focus on columns with data
- review all unused columns in your dataset to potentially cleanup
If you REALLY wanted to be fancy, the filter could have a threshold (EG `>95%` null), but honestly just having the sort would be good enough.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the column explorer entry point and the code that exposes column metadata, then trace how existing filters and sorting are implemented. Add sorting by `null_percentage` and verify that the explorer orders columns correctly; the optional threshold filter is explicitly not required.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100