I am trying to read a data set that has columns like below:
1000 10001 1002 2000 2002 2004 2006
a b c d e f g
b c d e f g h
The format of the column names is number. I need to read this data and dynamically select the columns, say I want to read only columns 2000 to 2004.