DOC: Fixes DataFrame.replace documentation #32694
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
24m 59s
ASV Benchmarks
33m 43s
Build Docker Dev Environment
3m 25s
Test install requirements-dev.txt
1m 54s
Annotations
10 errors
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2734:EX03:pandas.api.typing.Rolling.corr:flake8 error: line 8, col 55: E241 multiple spaces after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2734:EX03:pandas.api.typing.Rolling.corr:flake8 error: line 9, col 29: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2734:EX03:pandas.api.typing.Rolling.corr:flake8 error: line 9, col 44: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2734:EX03:pandas.api.typing.Rolling.corr:flake8 error: line 10, col 28: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2734:EX03:pandas.api.typing.Rolling.corr:flake8 error: line 10, col 42: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/window/rolling.py:2734:EX03:pandas.api.typing.Rolling.corr:flake8 error: line 11, col 39: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:8719:EX03:pandas.Series.clip:flake8 error: line 5, col 21: E231 missing whitespace after ','
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:7727:EX03:pandas.Series.replace:flake8 error: line 27, col 38: E251 unexpected spaces around keyword / parameter equals
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:7727:EX03:pandas.Series.replace:flake8 error: line 27, col 40: E251 unexpected spaces around keyword / parameter equals
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:7727:EX03:pandas.Series.replace:flake8 error: line 28, col 60: E251 unexpected spaces around keyword / parameter equals
|