Skip to content

DOC: Fix docstrings for boxplot, get_group, and indices methods #45783

DOC: Fix docstrings for boxplot, get_group, and indices methods

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
Docstring validation, typing, and other manual pre-commit hooks
ASV Benchmarks
18m 9s
ASV Benchmarks
Build Docker Dev Environment
2m 30s
Build Docker Dev Environment
Test install requirements-dev.txt
1m 38s
Test install requirements-dev.txt
Fit to window
Zoom out
Zoom in

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.