We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac94df commit ae4c80aCopy full SHA for ae4c80a
docs/source/api.rst
@@ -151,7 +151,7 @@ Amazon Athena
151
list_prepared_statements
152
delete_prepared_statement
153
154
- read_sql_query(sql, con, **kwargs)
+read_sql_query(sql, con, **kwargs)
155
----------------------------------
156
157
Executes a SQL query and returns the result as a Pandas DataFrame.
@@ -169,7 +169,6 @@ Executes a SQL query and returns the result as a Pandas DataFrame.
169
# Run SQL query and get results into Pandas DataFrame
170
df = wr.read_sql_query("SELECT * FROM employees", con=engine)
171
172
-
173
Amazon Redshift
174
---------------
175
0 commit comments