docs: include option 'delete_rows' into DataFrame.to_sql
#47380
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
16m 39s
ASV Benchmarks
23m 49s
Build Docker Dev Environment
2m 42s
Test install requirements-dev.txt
1m 47s
Annotations
5 errors
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2785:EX04:pandas.Series.to_sql:Do not import pandas, as it is imported automatically for the examples (numpy as np, pandas as pd)
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2785:EX03:pandas.Series.to_sql:flake8 error: line 16, col 89: E501 line too long (90 > 88 characters)
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2785:EX04:pandas.DataFrame.to_sql:Do not import pandas, as it is imported automatically for the examples (numpy as np, pandas as pd)
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2785:EX03:pandas.DataFrame.to_sql:flake8 error: line 16, col 89: E501 line too long (90 > 88 characters)
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 4.
|