Closed
Description
propose an option, sample
or keeprows
(#14285)
maybe taking a callable, for really just something like sample=10
to return you every 10th row
if it takes a callbale couuld use something like: lambda x: x % 10
easy way to get a sample
of the csv file
useful to avoid specifying skiprows
with a big list
and to solve an issue like this:
http://stackoverflow.com/questions/15555005/get-inferred-dataframe-types-iteratively-using-chunksize