ENH: Add table prefixes to to_sql method #45804
code-checks.yml
on: pull_request
Docstring validation, typing, and other manual pre-commit hooks
15m 55s
ASV Benchmarks
18m 50s
Build Docker Dev Environment
2m 36s
Test install requirements-dev.txt
1m 47s
Annotations
6 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:2779:PR02:pandas.DataFrame.to_sql:Unknown parameters {'prefixs'}
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2779:PR01:pandas.DataFrame.to_sql:Parameters {'prefixes'} not documented
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2779:PR02:pandas.Series.to_sql:Unknown parameters {'prefixs'}
|
Docstring validation, typing, and other manual pre-commit hooks
/home/runner/work/pandas/pandas/pandas/core/generic.py:2779:PR01:pandas.Series.to_sql:Parameters {'prefixes'} not documented
|
Docstring validation, typing, and other manual pre-commit hooks
Process completed with exit code 4.
|