Skip to content

Commit

Permalink
DOC: Add description to read_csv chunksize parameter regarding numb…
Browse files Browse the repository at this point in the history
…er of lines in chunk (#53836)

add description to read_csv chunksize parameter
  • Loading branch information
tpaxman authored Jun 26, 2023
1 parent 1cb9a6f commit af804a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/io/parsers/readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@
``TextFileReader`` is a context manager.
chunksize : int, optional
Return ``TextFileReader`` object for iteration.
Number of lines to read from the file per chunk. Passing a value will cause the
function to return a ``TextFileReader`` object for iteration.
See the `IO Tools docs
<https://pandas.pydata.org/pandas-docs/stable/io.html#io-chunking>`_
for more information on ``iterator`` and ``chunksize``.
Expand Down

0 comments on commit af804a9

Please sign in to comment.