-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
ENH: gb.is_monotonic_increasing #17015 #17453
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
jorisvandenbossche merged 27 commits into pandas-dev:master from No-Stream:is-monotonic-increasing-gb-method Feb 15, 2018
Merged
Changes from 1 commit
Commits
Show all changes
27 commits Select commit Hold shift + click to select a range
d2759d5 ENH: gb.is_monotonic_increasing #17015 fix rebase conflicts
No-Stream 4c70dae ENH: gb.is_monotonic_increasing #17015 fix rebase conflicts
No-Stream d88acdd parametrized tests for gb.is_monotonic_increasing/decreasing
No-Stream 53e5a2b ENH: gb.is_monotonic_increasing, is_monotonic_decreasing #17015
No-Stream 5a30ee4 added tests for gb.is_monotonically_increasing()/decreasing
No-Stream 2e4bb15 parametrized tests for gb.is_monotonic_increasing/decreasing
No-Stream 3122f1f removed edits to whatsnew 0.21.0
No-Stream a6d0640 ENH: gb.is_monotonic_increasing #17015 fix rebase conflicts
No-Stream 4ecc479 ENH: gb.is_monotonic_increasing #17015 fix rebase conflicts
No-Stream ea42697 rebase and cleanup
jreback ffb6200 DOC: add docstring for MultiIndex.fillna (#18018) (#18269)
ghasemnaddaf ee9eb01 ENH: gb.is_monotonic_increasing #17015 fix merge/rebase conflicts
No-Stream ee9fa7e ENH: gb.is_monotonic_increasing #17015 tests revised and passing
No-Stream 2c3002f ENH: gb.is_monotonic_increasing #17015 merged to current upstream/master
No-Stream f24e476 ENH: gb.is_monotonic_increasing #17015 minor fixes for @jreback
No-Stream d01b62e ENH: gb.is_monotonic_increasing #17015 rebase to master
No-Stream db3e6c0 ENH: gb.is_monotonic_increasing #17015 fix changed whatsnew
No-Stream fb0bc3c ENH: gb.is_monotonic_increasing #17015 fix 22.0 whatsnew
No-Stream e5a90fa NH: gb.is_monotonic_increasing #17015 alternate version to remove fun…
No-Stream 1a15209 ENH: gb.is_monotonic_increasing #17015 rebase to master
No-Stream 3c13163 Merge branch 'master' into PR_TOOL_MERGE_PR_17453
jreback d747d35 fixup whatsnew
jreback dd9a7fc Resolve v0.23.0.txt merge conflict
gfyoung 495718c Merge branch 'master' into is-monotonic-increasing-gb-method
gfyoung 02d4369 typo
jorisvandenbossche 13d4dd9 Add ticks for function rendering
gfyoung 787c436 Make whatsnew statement more concise
gfyoung 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
ENH: gb.is_monotonic_increasing #17015 tests revised and passing
- Loading branch information
commit ee9fa7efbd5d3e05ae6ff2e9adc709773bca0f95
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
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.
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.
you can construct the
index=Index(list('abcd'), name='B')