-
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.
feat: create empty
Table
without schema (#128)
### Summary of Changes We no longer raise an exception when a user creates an empty `Table` without specifying a schema. `Table([])` is now allows. `add_row` and `add_rows` must still be adjusted (#127) to allow adding rows to such an empty `Table`. --------- Co-authored-by: lars-reimann <[email protected]>
- Loading branch information
1 parent
20d21c2
commit ddd3f59
Showing
2 changed files
with
10 additions
and
12 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