-
Notifications
You must be signed in to change notification settings - Fork 952
[REVIEW] Optimizations for cudf.concat
when axis=1
#9333
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
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
826cd6c
add tests
galipremsagar 50b8850
multiindex union
galipremsagar 61b56cc
merge
galipremsagar 910e682
add number of index apis
galipremsagar d252aae
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsa
8000
gar 35406f6
cleanup
galipremsagar 160093d
cleanup
galipremsagar 9d5f7df
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 60daeaf
cover all tests for mulitIndex.union
galipremsagar a43de79
add MultiIndex.intersections tests
galipremsagar 28c13ff
add Index.union tests
galipremsagar d4c1ebd
add index intersection tests
galipremsagar ea32e41
remove print
galipremsagar 205d947
add union docstring
galipremsagar e6f0ea5
add intersection docs
galipremsagar a943842
add docstrings
galipremsagar abecd07
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar fcf2664
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar c702396
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 838a34c
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar aaab3a5
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 3adab76
add caching to distinct_count
galipremsagar a56dbfa
fix union
galipremsagar f7d9a8f
reorganize
galipremsagar 5d57597
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar d897e1d
cleanup
galipremsagar a136bf1
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 7e26d25
add sort validation
galipremsagar 1ef2b02
Apply suggestions from code review
galipremsagar c44b099
use BaseIndex
galipremsagar bf399db
Merge branch '9223' of https://github.com/galipremsagar/cudf into 9223
galipremsagar 8d46320
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 53ef02b
cache end value
galipremsagar fcf5f6c
address reviews
galipremsagar dabb543
cleanup
galipremsagar 346fe0e
simplify
galipremsagar 29df86a
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 7a5301a
make cache value a dict
galipremsagar eab7194
make is_* methods specific to classes
galipremsagar 340d2dc
make _extended_gcd free function
galipremsagar ce53913
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 6f389da
change Index call
galipremsagar 04ac7fc
remove class name
galipremsagar 838fe88
pass names in multiIndex construction itself
galipremsagar 26564d3
remove comments
galipremsagar b4ea5a3
add todo
galipremsagar c20dfe6
add comment
galipremsagar fba6d78
add comment explaining materializations
galipremsagar ae25694
fix res_name
galipremsagar d595dc3
add comments
galipremsagar 0873d39
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 92a9a40
add todo
galipremsagar 49cabf9
Apply suggestions from code review
galipremsagar 1a75299
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 5e1c7cc
style
galipremsagar 0221386
remove paranthesis
galipremsagar 897c25a
add todo
galipremsagar 21f5a97
add more test coverage
galipremsagar 975566d
refactor if/elif blocks
galipremsagar 048ec0a
Update python/cudf/cudf/core/index.py
galipremsagar b783de0
address reviews
galipremsagar 1365f36
merge
galipremsagar 46d54fc
Merge remote-tracking branch 'upstream/branch-21.12' into 9223
galipremsagar 47ce5d1
add tests for is_* methods
galipremsagar 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
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.