We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaba591 + d2bc2fe commit a05b8edCopy full SHA for a05b8ed
doc/source/io.rst
@@ -3421,7 +3421,7 @@ Specifying this will return an iterator through chunks of the query result:
3421
3422
.. ipython:: python
3423
3424
- for chunk in pd.read_sql_query("SELECT * FROM data_chunks", engine, chunksize):
+ for chunk in pd.read_sql_query("SELECT * FROM data_chunks", engine, chunksize=5):
3425
print(chunk)
3426
3427
You can also run a plain query without creating a dataframe with
0 commit comments