-
-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
DOC: Updated resample.py and groupby.py to fix SA04 Errors #37219
DOC: Updated resample.py and groupby.py to fix SA04 Errors #37219
Conversation
Hello @nagesh-chowdaiah! 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-10-23 07:52:28 UTC |
e94a6f5
to
07fb8f9
Compare
07fb8f9
to
b87798e
Compare
b87798e
to
4e51abf
Compare
@simonjayhawkins can you explain me on this test errors. I just updated the docs and logic is not changed. but still the pipelines are failing |
@jreback Fixed all the issues or SA04 errors. |
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.
i don't know the answer here about the docs strings maybe
@simonjayhawkins or @jorisvandenbossche does (e.g. does the indent matter / should we be consistent etc)
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@jreback and @jorisvandenbossche i have fixed the suggested chagnes. |
can you merge master and ping on green. |
Windows py37_np16 unrelated see #37328
Windows py38_np18 failure
restarting ci |
@jreback and @simonjayhawkins does this needs a wait on #37328 to get merged |
@jreback can you please merge this PR and can you please add the tag hacktoberfest-accepted. I am participating in that.. would be great if you can help in achieving that target |
thanks @nagesh-chowdaiah |
…v#37219) * DOC: Updated resample.py and groupby.py to fix SA04 Errors * DOC: Fixed flake8 issue * pandas-dev#28792 DOC: Fixed SA04 Errors * pandas-dev#28792 Doc Fix SA04 Errors * Update pandas/core/arrays/integer.py Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> * Update pandas/core/arrays/boolean.py Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> * pandas-dev#28792 DOC: udpated reviewers comments * pandas-dev#28792 DOC: Fixing flake8 Errors Co-authored-by: Nagesh Kumar C <Nageshkumar.c@ab-inbev.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
…v#37219) * DOC: Updated resample.py and groupby.py to fix SA04 Errors * DOC: Fixed flake8 issue * pandas-dev#28792 DOC: Fixed SA04 Errors * pandas-dev#28792 Doc Fix SA04 Errors * Update pandas/core/arrays/integer.py Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> * Update pandas/core/arrays/boolean.py Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> * pandas-dev#28792 DOC: udpated reviewers comments * pandas-dev#28792 DOC: Fixing flake8 Errors Co-authored-by: Nagesh Kumar C <Nageshkumar.c@ab-inbev.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Co-authored-by: Simon Hawkins <simonjayhawkins@gmail.com>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff