You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the read_sql_* methods, the argument dtype is just passed to DataFrame.astype(), where we allow dtype: AstypeArg | Mapping[Any, Dtype] | Series, so the read_sql_*() methods should do the same.
In particular, doing something like dtype: {"col": "str"} is totally allowed, but not permitted in the stubs.