Skip to content

docs: include option 'delete_rows' into DataFrame.to_sql #47380

docs: include option 'delete_rows' into DataFrame.to_sql

docs: include option 'delete_rows' into DataFrame.to_sql #47380

Triggered via pull request February 25, 2025 22:13
Status Failure
Total duration 24m 1s
Artifacts

code-checks.yml

on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
16m 39s
Docstring validation, typing, and other manual pre-commit hooks
ASV Benchmarks
23m 49s
ASV Benchmarks
Build Docker Dev Environment
2m 42s
Build Docker Dev Environment
Test install requirements-dev.txt
1m 47s
Test install requirements-dev.txt
Fit to window
Zoom out
Zoom in

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.