pd.read_sql¶
pandas.read_sql
- example usage and more system specific instructions
- Argument
sql
is supported but only as a string form. SQLalchemySelectable
is not supported. There is no restriction on the form of the sql request. - Argument
con
is supported but only as a string form. SQLalchemyconnectable
is not supported. - Argument
index_col
is supported. - Arguments
chunksize
,column
,coerce_float
,params
are not supported.