-
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.
perf: treat Tables specially when calling add_rows (#606)
Fixes partially #575 ### Summary of Changes Add special case to `add_rows` when adding a `Table`. The table is no longer split into a list of rows, instead it is directly added to the `DataFrame`. In special cases, this may improve the performance up to 1000x. --------- Co-authored-by: Lars Reimann <[email protected]>
- Loading branch information
1 parent
98bccd0
commit e555b85
Showing
2 changed files
with
29 additions
and
3 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