Closed
Description
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_sql.html
Documentation problem
The to_sql documentation does not mention anything about supporting ADBC connections. By contrast the read_sql function does:
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_sql.html
Suggested fix for documentation
Add mention / example of ADBC usage with the to_sql method