REF: Compute complete result_index upfront in groupby #32821
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
33m 3s
ASV Benchmarks
19m 18s
Build Docker Dev Environment
3m 3s
Test install requirements-dev.txt
2m 35s
Annotations
11 errors
ASV Benchmarks
Process completed with exit code 2.
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/generic.py:222:EX03:pandas.api.typing.SeriesGroupBy.apply:flake8 error: line 4, col 21: E226 missing whitespace around arithmetic operator
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/generic.py:222:EX03:pandas.api.typing.SeriesGroupBy.apply:flake8 error: line 4, col 47: E226 missing whitespace around arithmetic operator
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/generic.py:222:EX03:pandas.api.typing.SeriesGroupBy.apply:flake8 error: line 5, col 21: E226 missing whitespace around arithmetic operator
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/generic.py:222:EX03:pandas.api.typing.SeriesGroupBy.apply:flake8 error: line 5, col 47: E226 missing whitespace around arithmetic operator
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:1763:EX03:pandas.api.typing.DataFrameGroupBy.apply:flake8 error: line 2, col 27: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:1763:EX03:pandas.api.typing.DataFrameGroupBy.apply:flake8 error: line 2, col 29: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:1763:EX03:pandas.api.typing.DataFrameGroupBy.apply:flake8 error: line 3, col 27: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:1763:EX03:pandas.api.typing.DataFrameGroupBy.apply:flake8 error: line 3, col 29: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/generic.py:512:EX03:pandas.api.typing.SeriesGroupBy.transform:flake8 error: line 2, col 4: E121 continuation line under-indented for hanging indent
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/groupby/groupby.py:974:EX03:pandas.api.typing.SeriesGroupBy.pipe:flake8 error: line 1, col 1: F821 undefined name 'h'
|