We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0fac2 commit abe41e6Copy full SHA for abe41e6
ci/code_checks.sh
@@ -882,7 +882,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
882
pandas.read_orc\
883
pandas.read_sas\
884
pandas.read_spss\
885
- pandas.read_sql\
886
pandas.read_sql_query\
887
pandas.read_stata\
888
pandas.set_eng_float_format\
pandas/io/sql.py
@@ -608,6 +608,9 @@ def read_sql(
608
Returns
609
-------
610
DataFrame or Iterator[DataFrame]
611
+ Returns a DataFrame object that contains the result set of the
612
+ executed SQL query or an SQL Table based on the provided input,
613
+ in relation to the specified database connection.
614
615
See Also
616
--------
0 commit comments