ENH: Introduce pandas.col
#50678
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 29s
ASV Benchmarks
19m 27s
Build Docker Dev Environment
2m 15s
Test install requirements-dev.txt
1m 45s
Annotations
6 errors
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 5.
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/col.py:223:PR01:pandas.col:Parameters {'col_name'} not documented
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/col.py:223:GL06:pandas.col:Found unknown section "Arguments". Allowed sections are: Parameters, Attributes, Methods, Returns, Yields, Other Parameters, Raises, Warns, Warnings, See Also, Notes, References, Examples
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/col.py:223:SA01:pandas.col:See Also section not found
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/col.py:223:RT03:pandas.col:Return value has no description
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/col.py:223:GL07:pandas.col:Sections are in the wrong order. Correct order is: Returns, Examples
|