-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Series replace #17226
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
Series replace #17226
Conversation
Updated documentation so that it matched the functionality of pd.Series.replace and NOT pd.DataFrame.replace Fixes pandas-dev#13852
…into series-replace
Hello @RaghavBatra! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on August 11, 2017 at 12:40 Hours UTC |
Can you undo the change to the IPython notebook? That is definitely not needed for this. |
Codecov Report
@@ Coverage Diff @@
## master #17226 +/- ##
==========================================
+ Coverage 91% 91.01% +<.01%
==========================================
Files 162 162
Lines 49531 49531
==========================================
+ Hits 45077 45080 +3
+ Misses 4454 4451 -3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17226 +/- ##
==========================================
+ Coverage 91% 91.01% +<.01%
==========================================
Files 162 162
Lines 49531 49531
==========================================
+ Hits 45077 45080 +3
+ Misses 4454 4451 -3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #17226 +/- ##
==========================================
+ Coverage 91% 91.01% +<.01%
==========================================
Files 162 162
Lines 49531 49531
==========================================
+ Hits 45077 45080 +3
+ Misses 4454 4451 -3
Continue to review full report at Codecov.
|
closes #13852