-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added MissingDataError + Data processing tutorial (#406)
Related to Issue #380 ### Summary of Changes Added a new data processing tutorial `from_rows` and `from_columns` now raise a `MissingDataError` if the provided lists of rows/columns are empty if none of the rows of a table in `filter_rows` match with the query the function now returns an empty table with the same schema as the original table --------- Co-authored-by: Marsmaennchen221 <[email protected]> Co-authored-by: WinPlay02 <[email protected]>
- Loading branch information
1 parent
3162a66
commit 9a06181
Showing
6 changed files
with
330 additions
and
56 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
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
Oops, something went wrong.