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
Right now I don't think odo is aware that gen, a _query_iterator is just an iterator of DataFrames. You get back that _query_iterator from pd.read_sql_table or pd.read_sql_query when you specify a chunksize.
I used a workaround Matthew suggested on the mailing list
It would be nice if this worked:
Right now I don't think
odo
is aware thatgen
, a_query_iterator
is just an iterator of DataFrames. You get back that_query_iterator
frompd.read_sql_table
orpd.read_sql_query
when you specify achunksize
.I used a workaround Matthew suggested on the mailing list
For testing, this doesn't even need to be a complex query, you can just use
pd.read_sql_table
with a chunksize.The text was updated successfully, but these errors were encountered: