I have a very large dataset with dimension given by (203000 x 150), with some of the columns (attributes) have a very large number of missing values, denoted by NA. I need to sample a smaller dataset from this so that I can run tests on my computer.
Any suggestions on how to best do this ?
I am very new to this area and therefor don't have much expertise.
Thanks,