You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…its usage (#59198)
* doc: to_sql docs should mention ADBC #59095
* remove two blank lines at the end of docstring.
* added one more space in in-line comments of example.
Pandas version checks
main
hereLocation 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
The text was updated successfully, but these errors were encountered: