Hi all!
I'm trying to load a large .csv dataset with SE. To save space, I want to only import the columns that I need -- and not a number of string variables -- but they're not a contiguous set.
I'm looking for something akin to: import delimited filename.csv, colrange(3 5 21)
I've only found the colrange and rowrange options to work with continuous ranges like 3:21. Does anyone know of a way to efficiently accomplish this?
Any help is much appreciated!
Thanks,
Clay
I'm trying to load a large .csv dataset with SE. To save space, I want to only import the columns that I need -- and not a number of string variables -- but they're not a contiguous set.
I'm looking for something akin to: import delimited filename.csv, colrange(3 5 21)
I've only found the colrange and rowrange options to work with continuous ranges like 3:21. Does anyone know of a way to efficiently accomplish this?
Any help is much appreciated!
Thanks,
Clay
Comment