-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Fix issue #29837: added test case for aggregation with isnan #35039
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
Conversation
Hello @biddwan09! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-06-29 04:30:55 UTC |
@biddwan09 thanks for the PR. FYI Linux py37_np_dev test failures unrelated, xref #35041 |
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.
Thanks @biddwan09 generally lgtm.
changed pd.testing to tm Co-authored-by: Simon Hawkins <[email protected]>
Hi @simonjayhawkins let me know if any other change is required |
Thanks @biddwan09 |
|
||
|
||
def test_aggregate_categorical_with_isnan(): | ||
# GH 29837 |
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.
prob should have been in test_category.py
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.
There are two other tests for categorical in that file, test_agg_cython_category_not_implemented_fallback and test_aggregate_categorical_lost_index. move those as well?
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.
yeah prob
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.
moved in #35052
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff