-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelIO SQLto_sql, read_sql, read_sql_queryto_sql, read_sql, read_sql_query
Milestone
Description
It would be helpful to iterate through rows returned from an sql query (sqlite specifically) chunk by chunk just as is done in the read_csv and text files function as described here: http://pandas.pydata.org/pandas-docs/stable/io.html#iterating-through-files-chunk-by-chunk
The return value should be an iterable object. This will prevent queries from returning too large an amount of data, (possibly) exceeding the system memory.
Metadata
Metadata
Assignees
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelIO SQLto_sql, read_sql, read_sql_queryto_sql, read_sql, read_sql_query