Jordan Murphy
Jordan Murphy
Pandas has a script for validating docstrings: Currently, some methods fail the PR07 check. https://github.com/pandas-dev/pandas/blob/5fff2cd4818514a2d217e4202e1d78de2290c207/ci/code_checks.sh#L144-L258 The task here is: - take 2-4 methods - run: scripts/validate_docstrings.py --format=actions --errors=PR07 `method-name` -...
Pandas has a script for validating docstrings: https://github.com/pandas-dev/pandas/blob/44c50b20e8d08613144b3353d9cd0844a53bd077/ci/code_checks.sh#L416-L1426 Currently, some methods fail the SA01 check. The task here is: - take 2-4 methods - run: scripts/validate_docstrings.py --format=actions --errors=SA01 `method-name` -...
Pandas has a script for validating docstrings: https://github.com/pandas-dev/pandas/blob/44c50b20e8d08613144b3353d9cd0844a53bd077/ci/code_checks.sh#L144-L414 Currently, some methods fail the RT03 check. The task here is: 1. take 2-4 methods 2. run: scripts/validate_docstrings.py --format=actions --errors=RT03 `method-name` 3....
Pandas has a script for validating docstrings: https://github.com/pandas-dev/pandas/blob/92a52e231534de236c4e878008a4365b4b1da291/ci/code_checks.sh#L144-L415 Currently, some methods fail the GL08 check. The task here is: - take 2-4 methods - run: scripts/validate_docstrings.py --format=actions --errors=GL08 `method-name` -...
Pandas has a script for validating docstrings: https://github.com/pandas-dev/pandas/blob/1ca9b5871dc71353185b48362bc84e666229810d/ci/code_checks.sh#L144-L1185 Currently, some methods fail the ES01 check. The task here is: - take 2-4 methods - run: scripts/validate_docstrings.py --format=actions --errors=ES01 `method-name` -...
Pandas has a script for validating docstrings: https://github.com/pandas-dev/pandas/blob/719e4a638a4383b859d684db4ad4f7e471a58aaa/ci/code_checks.sh#L144-L467 Currently, some methods fail the PR01 check. The task here is: - take 2-4 methods - run: scripts/validate_docstrings.py --format=actions --errors=PR01 `method-name` -...
[DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063](https://github.com/pandas-dev/pandas/issues/58063) Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks. ### pandas.Index https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L182-L230 **The task...
[DOC: Enforce Numpy Docstring Validation (Parent Issue) #58063](https://github.com/pandas-dev/pandas/issues/58063) Pandas has a script for validating docstrings in code_checks.sh. Currently, some methods fail some of these checks. ### pandas.DataFrame https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L82-L134 **The task...
Pandas has a script for validating docstrings: https://github.com/pandas-dev/pandas/blob/c468028f5c2398c04d355cef7a8b6a3952620de2/ci/code_checks.sh#L68-L1266 Currently, some methods fail some of these checks. The work will be broken up into several tickets, to address the work in...