ENH: read_csv to support start/stop #3221
Labels
Enhancement
Ideas
Long-Term Enhancement Discussions
IO Data
IO issues that don't fit into a more specific label
would be useful (mainly for out-of-core) to be able to specify the start and stop rows and quickly skip to them to get a specific chunk out of a file.
these rows refer to data rows / alternately this could just return the nth chunk
(but skip parsing the n-1 chunks for efficiency)
The text was updated successfully, but these errors were encountered: