-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: fixed .str.contains(..., na=False) for categorical series #22170
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
077d136
BUG: fixed .str.contains(..., na=False) for categorical series
pulkitmaloo 2ae44d1
na argument for _wrap_results
pulkitmaloo a1b3d7b
fixed str.contains for missing values
pulkitmaloo dbd990b
PEP8 Issue: added whitespace after ','
pulkitmaloo 9d5d2c2
Merge branch 'master' of https://github.com/pulkitmaloo/pandas into c…
pulkitmaloo 90aef7b
na argument for wrap_results in match
pulkitmaloo 69f16af
BUG: fixed .str.contains(..., na=False) for categorical series
pulkitmaloo 78cf8c7
na argument for _wrap_results
pulkitmaloo 93bb24a
fixed str.contains for missing values
pulkitmaloo 6c2700f
PEP8 Issue: added whitespace after ','
pulkitmaloo 6649129
na argument for wrap_results in match
pulkitmaloo 5c87e81
Merge branch 'categorical_bug' of https://github.com/pulkitmaloo/pand…
pulkitmaloo a09dcc5
Merge branch 'master' into categorical_bug
pulkitmaloo 3abdea5
Update circle-27-compat.yaml
pulkitmaloo d136599
Update travis-27-locale.yaml
pulkitmaloo b942e16
Merge branch 'categorical_bug' of https://github.com/pulkitmaloo/pand…
pulkitmaloo 82f9b9e
added tests for na arg for categorical and objects
pulkitmaloo 53e9253
updated _wrap_results with arg fill_value and removed na
pulkitmaloo 9f0286f
merging
pulkitmaloo ffa9969
BUG: fixed .str.contains(..., na=False) for categorical series
pulkitmaloo 07c1d73
na argument for _wrap_results
pulkitmaloo 7f1f2e2
fixed str.contains for missing values
pulkitmaloo f6cb04f
PEP8 Issue: added whitespace after ','
pulkitmaloo 1f0256a
na argument for wrap_results in match
pulkitmaloo 7025f34
Update travis-27-locale.yaml
pulkitmaloo 7542448
added tests for na arg for categorical and objects
pulkitmaloo f1b4274
updated _wrap_results with arg fill_value and removed na
pulkitmaloo 386ab98
Merge branch 'categorical_bug' of https://github.com/pulkitmaloo/pand…
pulkitmaloo 7a09c44
Update travis-27-locale.yaml
pulkitmaloo 3408920
fixed line too long
pulkitmaloo 3288d11
whatsnew note
pulkitmaloo 6c87770
Update v0.24.0.txt
pulkitmaloo d242647
Update doc/source/whatsnew/v0.24.0.txt
TomAugspurger def1b4e
Merge branch 'master' into PR_TOOL_MERGE_PR_22170
jreback fd99431
whatsnew
jreback 44b36a4
cleanup
jreback 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
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.