Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

feat: eda filter by column #1217

Open SmiteDeluxe opened 1 week ago

SmiteDeluxe commented 1 week ago

Closes #1216

Summary of Changes

Can now filter rows by columns. Filters update and retain state. Profiling gets outdated depending on if current History state has profiling. Can get refreshed (that runner method inefficient since calling runner 3 times but not enough time). Tabs get set to outdated appropriately. WARNING: Includes all other pending PRs, approve those first.

github-actions[bot] commented 1 week ago

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON prettier 9 0 0 2.48s
✅ REPOSITORY git_diff yes no 0.22s
✅ TSX eslint 9 0 0 8.82s
✅ TYPESCRIPT eslint 8 0 0 7.7s
✅ TYPESCRIPT prettier 8 0 0 1.72s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@2295d80). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1217 +/- ## ======================================= Coverage ? 99.79% ======================================= Files ? 110 Lines ? 19247 Branches ? 4110 ======================================= Hits ? 19207 Misses ? 40 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SmiteDeluxe commented 1 week ago

@lars-reimann all should be good to go now!

SmiteDeluxe commented 6 days ago

I know this last push fits more on the the other PR but was coding on this and then noticed on other branch there are conflicts, so just pushed here.