DOC: Fix docstrings for boxplot, get_group, and indices methods #45783
Triggered via pull request
November 24, 2024 22:28
Status
Failure
Total duration
20m 32s
Artifacts
–
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 22s
ASV Benchmarks
18m 9s
Build Docker Dev Environment
2m 30s
Test install requirements-dev.txt
1m 38s
Annotations
8 errors
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:514:SA01:pandas.core.groupby.SeriesGroupBy.indices: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:705:RT03:pandas.core.groupby.SeriesGroupBy.get_group: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:705:SA01:pandas.core.groupby.SeriesGroupBy.get_group:EXPECTED TO FAIL, BUT NOT FAILING
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/plotting/_core.py:553:SA05:pandas.core.groupby.DataFrameGroupBy.boxplot:pandas.plotting.boxplot in `See Also` section does not need `pandas` prefix, use plotting.boxplot instead.
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:514:SA01:pandas.core.resample.Resampler.indices: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:705:RT03:pandas.core.resample.Resampler.get_group: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:705:SA01:pandas.core.resample.Resampler.get_group:EXPECTED TO FAIL, BUT NOT FAILING
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 7.
|