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
Current description of chunksize only mentions that TextFileReader will be the return value but does not state that its value is the number of lines per chunk:
chunksize : int, optional
Return ``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``.
Suggested fix for documentation
Add a sentence to the description to specify that it represents number of lines per chunk.