Add command-line option to skip every `n` rows
Some data files are very big and must be downsampled before been read and loaded into memory, for performance's sake.
A command-line option should be available to skip every n rows of the data file, eg. --everynrow
. This should prevent numpy to read all the file, but the option is not available. So we might come up with another solution.