-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Keeping no columns with Table.keep_only_columns results in an em…
…pty Table with a row count above 0 (#386) Closes #318 Fixes Bug: If you use the method Table.keep_only_columns with an empty list on a table that contains at least one row, you get an empty table with a row count above 0. ### Summary of Changes <!-- Please provide a summary of changes in this pull request, ensuring all changes are explained. --> --------- Co-authored-by: patrikguempel <[email protected]> Co-authored-by: megalinter-bot <[email protected]> Co-authored-by: Simon Breuer <[email protected]>
- Loading branch information
1 parent
2979f24
commit 15dab06
Showing
4 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters