Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
nrows incompatible with chunksize in read_csv #15755
Comments
toobaz
referenced
this issue
Mar 21, 2017
Closed
ENH: support "nrows" and "chunksize" together #15756
jreback
added API Design Enhancement IO CSV
labels
Mar 21, 2017
jreback
added this to the
0.20.0
milestone
Mar 21, 2017
toobaz
referenced
this issue
Mar 21, 2017
Closed
Proper checks on nrows and chunksize for read_csv #15767
jreback
closed this
in 163d18e
Mar 21, 2017
mattip
added a commit
to mattip/pandas
that referenced
this issue
Apr 3, 2017
|
|
toobaz + mattip |
69c1533
|
linebp
added a commit
to linebp/pandas
that referenced
this issue
Apr 17, 2017
|
|
toobaz + linebp |
7d0cddb
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
toobaz commentedMar 21, 2017
Code Sample, a copy-pastable example if possible
(as introduced by #6774 )
Problem description
Supporting them together is not complicated - PR on its way.