Skip to content

ENH: Introduce pandas.col #50678

ENH: Introduce pandas.col

ENH: Introduce pandas.col #50678

Triggered via pull request August 19, 2025 18:43
Status Failure
Total duration 19m 33s
Artifacts

code-checks.yml

on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 29s
Docstring validation, typing, and other manual pre-commit hooks
ASV Benchmarks
19m 27s
ASV Benchmarks
Build Docker Dev Environment
2m 15s
Build Docker Dev Environment
Test install requirements-dev.txt
1m 45s
Test install requirements-dev.txt
Fit to window
Zoom out
Zoom in

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