-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
DEPR: Add warning for True for dropna of SeriesGroupBy.nth #17493
DEPR: Add warning for True for dropna of SeriesGroupBy.nth #17493
Conversation
Hello @tnir! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on September 12, 2017 at 08:38 Hours UTC |
c5058c2
to
a621b7c
Compare
a621b7c
to
72a8fda
Compare
Codecov Report
@@ Coverage Diff @@
## master #17493 +/- ##
==========================================
- Coverage 91.15% 91.13% -0.02%
==========================================
Files 163 163
Lines 49534 49537 +3
==========================================
- Hits 45153 45147 -6
- Misses 4381 4390 +9
Continue to review full report at Codecov.
|
72a8fda
to
3e344b8
Compare
thanks @tnir |
dropna=True is deprecated, see pandas-dev#17493
dropna=True is deprecated, see #17493
dropna=True is deprecated, see pandas-dev#17493
dropna=True is deprecated, see pandas-dev#17493
git diff upstream/master -u -- "*.py" | flake8 --diff