-
- Notifications
You must be signed in to change notification settings - Fork 19.2k
API/ERR: allow iterators in df.set_index & improve errors #24984
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
36 commits Select commit Hold shift + click to select a range
3e01681 API: re-enable custom label types in set_index
h-vetinari 1b71e68 Fix doc pattern?
h-vetinari caeb125 Review (TomAugspurger)
h-vetinari 8bd5340 Review (jreback)
h-vetinari 3c8b69a Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari cdfd86a Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari d76ecfb Review (jreback & jorisvandenbossche)
h-vetinari d2ffb81 Revert last two commits
h-vetinari 5863678 Review (jorisvandenbossche)
h-vetinari 0a7d783 Fix hashable listlikes (review jorisvandenbossche)
h-vetinari 087d4f1 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 794f61d Stabilize repr of frozenset
h-vetinari 0761633 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari c58e8b6 Review (WillAyd)
h-vetinari 29fa8c0 Unambiguous KeyError message
h-vetinari b5c8fa8 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 5590433 Remove redundant whatsnew
h-vetinari 7767ff7 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 37c12d0 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 2c4eaea Review (jorisvandenbossche)
h-vetinari 6c78816 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 2ccd9a9 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari b03c43b Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari ea10359 Review (jreback)
h-vetinari ca17895 Retrigger after connectivity issues
h-vetinari a401eea Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari f4deacc Review (jorisvandenbossche)
h-vetinari 125b0ca Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 9bfcfde move test for easier diff
h-vetinari 6838613 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari ca2ac60 Review (jreback)
h-vetinari 87bd0a6 Add 'conda list' for azure/posix after activate 'pandas-dev'
h-vetinari 759b369 Revert "Add 'conda list' for azure/posix after activate 'pandas-dev'"
h-vetinari 40f1aaa Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari ecc7d03 Reflect change in docstring
h-vetinari 5f99b15 Merge remote-tracking branch 'upstream/master' into set_index_custom
h-vetinari 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is just a code reorg yes? with slightly better error messages in some cases?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jreback:
Minimal reorg, just better errors and enabling iterators (due to your review).
The custom classes were re-enabled by #25085 (which took over the tests from this PR), which closed the regression #24969, and has a corresponding whatsnew note. I guess the issue didn't get closed yet, because I only noted that #25085 was an alternative to this PR (at the time, for solving #24969), but didn't add the "closes #24969" explicitly - sorry.