Entering edit mode
6.4 years ago
kanwarjag
★
1.2k
I have a very simple question, but sometime one get stuck with simple problems. I have a data file with 500 rows and 2000 columns. I want to filter and subset this data based on if cells have value more than or equal to 2. I know filter of columns is easy. but how can I subset this data retaining the original header information.
Thanks
Need some more information. If you find one cell in a row is less than 2, do you want to remove the entire row? Same question for the columns as well.