We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
read_csv
1 parent 1cb9a6f commit af804a9Copy full SHA for af804a9
pandas/io/parsers/readers.py
@@ -293,7 +293,8 @@
293
294
``TextFileReader`` is a context manager.
295
chunksize : int, optional
296
- Return ``TextFileReader`` object for iteration.
+ Number of lines to read from the file per chunk. Passing a value will cause the
297
+ function to return a ``TextFileReader`` object for iteration.
298
See the `IO Tools docs
299
<https://pandas.pydata.org/pandas-docs/stable/io.html#io-chunking>`_
300
for more information on ``iterator`` and ``chunksize``.
0 commit comments