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 8692f1f commit fcbfa84
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 @@ -17,7 +17,7 @@

# RECIPE STARTS HERE

#: ADBC is integrated into Pandas_, a popular dataframe library. Pandas can
#: ADBC is integrated into pandas_, a popular dataframe library. Pandas can
#: use ADBC to read the results of SQL queries against 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
Expand Down

0 comments on commit fcbfa84

Please sign in to comment.