-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
PERF: Sparse Series to scipy COO sparse matrix #42925
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 7 commits
Commits
Show all changes
19 commits Select commit Hold shift + click to select a range
cb82630 PERF: sparse_series_to_coo improvement
TLouf 91560ea Extend benchmark to two-level MultiIndex case
TLouf 042dbbc Test more properly the output
TLouf db7ebf9 Fix benchmark
TLouf e09d760 use pd.factorize
TLouf 55a7d32 parameterie test over sort_labels
TLouf e013e82 add whatsnew entry
TLouf 621b102 speedup of factorize with fast_zip
TLouf 1fa16cc add type hints
TLouf a5f093d add docstring and comment on simple case
TLouf 69f8651 add params and returns in docstrings
TLouf e420490 Merge branch 'master' into sseries-to-coo-perf
TLouf 14cb2cc add sort_labels performance tip in docstrings
TLouf 1c617a9 Merge branch 'sseries-to-coo-perf' of https://github.com/TLouf/pandas…
TLouf 7b2d13b fix failing tests with future annotations import
TLouf 48bc2ec Merge branch 'master' into sseries-to-coo-perf
TLouf 2d4a496 trim trailing whitespace
TLouf 6c0ab67 fix for sparse series with notna fill_value
TLouf 2acfe46 fix typo
TLouf 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
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
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.