ENH: Add first and last aggregations to Rolling and Expanding #46594
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 19s
ASV Benchmarks
18m 34s
Build Docker Dev Environment
2m 40s
Test install requirements-dev.txt
1m 40s
Annotations
5 errors
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2667:SA01:pandas.core.window.rolling.Rolling.first:See Also section not found
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2696:SA01:pandas.core.window.rolling.Rolling.last:See Also section not found
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/expanding.py:752:SA01:pandas.core.window.expanding.Expanding.first:See Also section not found
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/expanding.py:781:SA01:pandas.core.window.expanding.Expanding.last:See Also section not found
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 4.
|