Speed up xsv operations with an index
masterCreating an index for a CSV file makes operations like stats and slice significantly faster. For example, slice operations become instantaneous because only the sliced portion is parsed.
To create an index:
xsv index filename.csvxsv index worldcitiespop.csv