We have data sets with large number of data columns and in some cases the user is only interested in a small number of columns. I would like to be able to let them pick the columns and then load a much smaller data set only including those columns in addition to some required key columns. This would help manage data size.
We are currently doing this with custom sql generated in python.