DOC: Add documentation for groupby.expanding()
#48200
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
16m 56s
ASV Benchmarks
20m 5s
Build Docker Dev Environment
3m 14s
Test install requirements-dev.txt
1m 37s
Annotations
6 errors
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 1.
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:3806:PR09:pandas.core.groupby.DataFrameGroupBy.expanding:Parameter "**kwargs" description should finish with "."
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:3806:EX03:pandas.core.groupby.DataFrameGroupBy.expanding:flake8 error: line 8, col 57: E999 SyntaxError: invalid syntax
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:3806:PR09:pandas.core.groupby.SeriesGroupBy.expanding:Parameter "**kwargs" description should finish with "."
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:3806:EX03:pandas.core.groupby.SeriesGroupBy.expanding:flake8 error: line 8, col 57: E999 SyntaxError: invalid syntax
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 4.
|