-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue 362] Improve Performance constructing the
asofJoin()
(#363)
* WIP checkpoint commit - testing the performance of running the as-of join on very large DFs (large number of columns) * simplified building of expressions to find last right-hand value in __getLastRightRow all test-code passing * refactored __addPrefixToColumns and __addColumnsFromOtherDF to improve performance * cleaning up test instrumentation * satisfying linters: black, flake8, type-check * trying to fix type-check * more black formatting * update linter commands * fixing type-check issues * fixing type-check issues * fixing type-check issues * removing unnecessary lambda function Co-authored-by: Lorin Dawson <[email protected]> * Clarifying suggestion for the future with additional commentary * Include TODO in comment suggestion Co-authored-by: Lorin Dawson <[email protected]> * fixing typo * fixing type-check --------- Co-authored-by: Lorin Dawson <[email protected]>
- Loading branch information
Showing
3 changed files
with
66 additions
and
92 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