DOC: Additions/updates documentation for df.interpolate() methods #60227 #45318
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 36s
ASV Benchmarks
18m 31s
Build Docker Dev Environment
2m 40s
Test install requirements-dev.txt
1m 50s
Annotations
4 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/generic.py:7646:EX03:pandas.DataFrame.interpolate:flake8 error: line 20, col 5: F821 undefined name 'data'
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:7646:EX03:pandas.Series.interpolate:flake8 error: line 20, col 5: F821 undefined name 'data'
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 2.
|