pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
42.57k stars 17.56k forks source link

DOC: to_sql docs should mention ADBC #59095

Open WillAyd opened 5 days ago

WillAyd commented 5 days ago

Pandas version checks

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

gosuchoi commented 4 days ago

taken

wooseogchoi commented 2 days ago

take