You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And we should validate the PEP-8 of the examples (note that the next command will validate the PEP-8 of all examples, just make sure that none of the shown is in the function being addressed, the rest will be fixed in separate issues):
flake8 --doctests pandas/core/generic.py
The text was updated successfully, but these errors were encountered:
Feel free to pick any that nobody is working on it @tonytao2012, but please just pick one at a time, I see you also said you'd work on resample. And those may be not as fast as you may thing. Let's leave it available for someone else for now if that's all right, and when you finish with resample, surely feel free to continue with this one if nobody is working on it.
pandas docstring are expected to follow the format defined in https://pandas.pydata.org/pandas-docs/stable/contributing_docstring.html
This includes among other things:
transformed : Series
) but just the type (e.g.Series
) in the first line.We should make the required adjustments in the docstring of the function
groupby
inpandas/core/generic.py
.We should validate the docstring with our validator (which does not validate all the formats, but some):
./scripts/validate_docstrings.py pandas.Series.groupby
And we should validate the PEP-8 of the examples (note that the next command will validate the PEP-8 of all examples, just make sure that none of the shown is in the function being addressed, the rest will be fixed in separate issues):
flake8 --doctests pandas/core/generic.py
The text was updated successfully, but these errors were encountered: