Skip to content

Commit

Permalink
Update docs/source/python/recipe/postgresql_pandas.py
Browse files Browse the repository at this point in the history
Co-authored-by: William Ayd <william.ayd@icloud.com>
  • Loading branch information
lidavidm and WillAyd authored Jun 25, 2024
1 parent fcbfa84 commit 67ebdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/python/recipe/postgresql_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# RECIPE STARTS HERE

#: ADBC is integrated into pandas_, a popular dataframe library. Pandas can
#: use ADBC to read the results of SQL queries against PostgreSQL and other
#: use ADBC to exchange data with PostgreSQL and other
#: databases. Compared to using SQLAlchemy or other options, using ADBC with
#: Pandas can have better performance, such as by avoiding excess conversions
#: to and from Python objects.
Expand Down

0 comments on commit 67ebdb0

Please sign in to comment.