|
> I have a large data set of over 17000 rows. i would like to filter this data set.
>
> each column represents a reading from an analyser, and each reading has a data quality flag. I would like to know how to make a new data set based on multiple flags. The flags ate 0 (highest quality) to 4 (lowest quality). what I would like to be left with is a data set which is in the same order as the original but with the poor quality data removed. I only want the "0" flagged data, but knowing how to filter the data between flags and for multiple flag may help me understand the process.
>
> regards
>
> dave
Someone please help me with this, I've been trying to do this for two days and am still way behind square one. to clarify the first column is the data and the next is the flag, this pattern carries on for about 70 columns, however, i will only be using columns of the data.
thanks
|