DOC: description of read_csv
parameter chunksize
does not mention its value is number of lines per chunk
#53835
Closed
1 task done
Labels
Pandas version checks
main
hereLocation of the documentation
https://pandas.pydata.org/docs/dev/reference/api/pandas.read_csv.html
Documentation problem
Current description of
chunksize
only mentions thatTextFileReader
will be the return value but does not state that its value is the number of lines per chunk:Suggested fix for documentation
Add a sentence to the description to specify that it represents number of lines per chunk.
The text was updated successfully, but these errors were encountered: