-
Notifications
You must be signed in to change notification settings - Fork 5
feat: check that methods of table can handle an empty table #314
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
Merged
zzril
merged 83 commits into
main
from
123-check-that-methods-of-table-can-handle-an-empty-table
Jun 6, 2023
Merged
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
fa24585
Added tests for empty table add_column and add_columns
patrikguempel 8fecfd4
hotfix table eq, check column names on table without rows
patrikguempel f3abb76
add check for completely empty table
patrikguempel 99d2b9a
added code in parametrized test to add row in empty table
jxnior01 4843b1e
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
jxnior01 716221b
empty table now support adding any row
patrikguempel b0a93e7
added add_rows for empty tables
patrikguempel b0c9014
renamed test
jxnior01 aa4b4e2
added support to read empty file to get an empty table using from_csv…
patrikguempel 1236c81
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 8be21a3
added test for empty table in test_has_column.py
patrikguempel ab5dd0f
created tests for empty table within test_inverse_transform_table.py,…
patrikguempel 2d4ff5b
created tests for empty table for each plot
patrikguempel 1c993d0
created tests for empty table for test_remove_columns.py, test_remove…
patrikguempel 50f198d
created tests for empty table for test_rename.py, test_replace_column…
patrikguempel c55fb9e
fixes in from json file and from csv file regarding empty file
patrikguempel 967aee1
added parametrized tests for empty tables
jxnior01 b341715
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
jxnior01 1692251
added parametrized tests for test_to_csv_file.py
jxnior01 22deaef
added tests for sort_rows and split regarding empty table,
patrikguempel 514ca49
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel abd27b9
added empty table test in test_str.py
patrikguempel 62647ac
empty summary for empty table
patrikguempel 33356e9
added parametrized tests for test_transform_column.py
jxnior01 1ad7b0f
added parametrized tests for test_to_json_file.py
jxnior01 0362f04
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
jxnior01 c11299f
undone path test remove
patrikguempel 9a892a9
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 27217b2
rewrote test_to_columns.py, added empy table check in the progress
patrikguempel b65531d
added parametrized tests for test_to_json_file.py
jxnior01 6f14390
added parametrized tests for test_to_excel_file.py
jxnior01 455b087
added empty table check for test_to_rows.py
patrikguempel 4452347
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 9689b6d
added empty table check for test_transform_table.py
patrikguempel 39f73d4
Merge branch 'main' into 123-check-that-methods-of-table-can-handle-a…
patrikguempel 295b31e
added annotations for test_keep_only_columns.py and test_rename.py
jxnior01 75552e9
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
jxnior01 dff9623
added annotations for test_remove_columns.py
jxnior01 22bf39d
sugar for linter
patrikguempel a5f94b1
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel ed8c73b
json file will now read {} as empty, linter doesnt like empty json files
patrikguempel 799bee0
path fixed
patrikguempel 9921342
style: apply automated linter fixes
megalinter-bot aaecc76
fixed code coverage
patrikguempel 6b64718
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 021f158
Merge branch 'main' into 123-check-that-methods-of-table-can-handle-a…
patrikguempel 968d46c
fixed code coverage
patrikguempel 6df249f
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 98d8b4c
fixed code coverage. part 3
patrikguempel 9aa9a8b
semantical fix
patrikguempel 83bf00a
Update src/safeds/data/tabular/containers/_table.py
patrikguempel 0314518
Update src/safeds/data/tabular/containers/_table.py
patrikguempel 294f637
Update src/safeds/data/tabular/containers/_table.py
patrikguempel 671ddbc
Update src/safeds/data/tabular/containers/_table.py
patrikguempel cd0f95e
Update src/safeds/data/tabular/containers/_table.py
patrikguempel 09bcab4
Update src/safeds/data/tabular/containers/_table.py
patrikguempel e3d3156
- removed docstring
patrikguempel 9f756e1
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 7f71b41
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 123-che…
patrikguempel 6411a8b
fixed error message foe empty table regarding scatter plots
patrikguempel e1b153b
linter sugar
patrikguempel 48fa111
style: apply automated linter fixes
megalinter-bot 1ad970e
fixed error messages and
patrikguempel 7931810
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel b34718d
fixed codecov
patrikguempel 5000c5a
style: apply automated linter fixes
megalinter-bot fc0c3cf
Merge branch 'main' into 123-check-that-methods-of-table-can-handle-a…
patrikguempel 20237a2
Merge branch 'main' into 123-check-that-methods-of-table-can-handle-a…
patrikguempel 9d16661
fixed that the original table is overwritten in table#remove_rows and…
patrikguempel 7730e4b
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel df63986
style: apply automated linter fixes
megalinter-bot f0d50f7
Merge branch 'main' of https://github.com/Safe-DS/Stdlib into 123-che…
patrikguempel da34b22
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 1fd81ae
fixed test remove outliers
patrikguempel 7f72438
style: apply automated linter fixes
megalinter-bot a92aeee
fixed tests
patrikguempel 9670a63
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel 64dbbcf
style: apply automated linter fixes
megalinter-bot 5142bdb
Merge branch 'main' into 123-check-that-methods-of-table-can-handle-a…
zzril 23b16f7
added missing tests
patrikguempel f9d7c46
Merge remote-tracking branch 'origin/123-check-that-methods-of-table-…
patrikguempel e3c4251
style: apply automated linter fixes
megalinter-bot f22ad59
style: apply automated linter fixes
megalinter-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Binary file not shown.
Empty file.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.