-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hide column feature in EDA #1171
Labels
enhancement 💡
New feature or request
released
Included in a release
vscode 🔨
Issues regarding tools like the VS Code extension
Comments
SmiteDeluxe
added
enhancement 💡
New feature or request
vscode 🔨
Issues regarding tools like the VS Code extension
labels
May 14, 2024
lars-reimann
added a commit
that referenced
this issue
May 29, 2024
Closes #1171 ### Summary of Changes - You can now hide columns by right clicking them - Showing either by right click again or by clicking on new column count in sidebar footer (row count there too now) - Hidden columns excluded from visualizations that affect whole table (heatmap) - Still possible to select in other visualizations but marked red and with "hidden" in case you still want to use that column - Hiding/Showing cols marks whole table vis as "outdated" - TabContent evaluates which vis types allow non numeric columns and manages buildATab and drop downs based on that Other fixes/refactors: - Context menu on columns - Profiling errors present evaluation - Color css vars - Sidebar width reactivity --------- Co-authored-by: megalinter-bot <[email protected]> Co-authored-by: Lars Reimann <[email protected]>
lars-reimann
pushed a commit
that referenced
this issue
May 29, 2024
## [0.17.0](v0.16.1...v0.17.0) (2024-05-29) ### Features * hide columns in EDA ([#1181](#1181)) ([15ccaac](15ccaac)), closes [#1171](#1171) * infer column type using runner ([#1182](#1182)) ([846f404](846f404)), closes [#994](#994) * integrate version 0.26.0 of the `safe-ds` Python library ([#1184](#1184)) ([e79de17](e79de17)) * show symbol types in headings and table of contents ([#1178](#1178)) ([b2f0966](b2f0966)), closes [#1164](#1164) * sort rows in EDA ([#1183](#1183)) ([ddd5186](ddd5186)), closes [#1151](#1151)
🎉 This issue has been resolved in version 0.17.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement 💡
New feature or request
released
Included in a release
vscode 🔨
Issues regarding tools like the VS Code extension
Is your feature request related to a problem?
Lack of overview with lots of columns & messy visualizations.
Desired solution
Hiding a column so that it is minimized + an indication/interface where it lists hidden cols to show them again, possibly bottom of sidebar and move row count to there as well.
In visualizing calls these will be passed to make sure they are excluded. In manipulating ones they will still be included to also apply manipulative actions on them so that any current filters/sorts also apply to them on re-showing them.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: