Fix docstring groupby #45937
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
16m 21s
ASV Benchmarks
18m 16s
Build Docker Dev Environment
2m 44s
Test install requirements-dev.txt
1m 44s
Annotations
7 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:2636:SA02:pandas.core.groupby.DataFrameGroupBy.sem:Missing period at end of description for See Also "DataFrame.sem" reference
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:2636:SA01:pandas.core.groupby.DataFrameGroupBy.sem:EXPECTED TO FAIL, BUT NOT FAILING
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:2636:SA02:pandas.core.groupby.SeriesGroupBy.sem:Missing period at end of description for See Also "DataFrame.sem" reference
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/resample.py:1372:SA02:pandas.core.resample.Resampler.sem:Missing period at end of description for See Also "DataFrame.sem" reference
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/resample.py:1372:SA01:pandas.core.resample.Resampler.sem:EXPECTED TO FAIL, BUT NOT FAILING
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 5.
|