-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Add test for clip-na #16369
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
TST: Add test for clip-na #16369
Conversation
Additional test cases for pandas-dev#16364 when upper and / or lower is nan.
Codecov Report
@@ Coverage Diff @@
## master #16369 +/- ##
==========================================
- Coverage 90.4% 90.37% -0.04%
==========================================
Files 161 161
Lines 50933 50933
==========================================
- Hits 46048 46031 -17
- Misses 4885 4902 +17
Continue to review full report at Codecov.
|
thanks @TomAugspurger I think ok to merge this. I will push another PR for clip (to handle int/float things). going to mark 0.20.2 for consistency. |
* upstream/master: (48 commits) BUG: Categorical comparison with unordered (pandas-dev#16339) ENH: Adding 'protocol' parameter to 'to_pickle'. PERF: improve MultiIndex get_loc performance (pandas-dev#16346) TST: remove pandas-datareader xfail as 0.4.0 works (pandas-dev#16374) TST: followup to pandas-dev#16364, catch errstate warnings (pandas-dev#16373) DOC: new oauth token TST: Add test for clip-na (pandas-dev#16369) ENH: Draft metadata specification doc for Apache Parquet (pandas-dev#16315) MAINT: Add .iml to .gitignore (pandas-dev#16368) BUG/API: Categorical constructor scalar categories (pandas-dev#16340) ENH: Provide dict object for to_dict() pandas-dev#16122 (pandas-dev#16220) PERF: improved clip performance (pandas-dev#16364) DOC: try new token for docs DOC: try with new secure token DOC: add developer section to the docs DEPS: Drop Python 3.4 support (pandas-dev#16303) DOC: remove credential helper DOC: force fetch on build docs DOC: redo dev docs access token DOC: add dataframe construction in merge_asof example (pandas-dev#16348) ...
Additional test cases for pandas-dev#16364 when upper and / or lower is nan.
Additional test cases for pandas-dev#16364 when upper and / or lower is nan.
Additional test cases for #16364
when upper and / or lower is nan.
cc @jreback this line was missing tests I think.