Hi All
I need a guide on how to delete an attribute which have specified number of zero value. Let say I have an example set as below and I want to delete attribute that have three zero value (in this case I want to delete column A and B while retain column C)
A 0.0 |
B 0.01848 |
C 0.00308 |
0.0 |
0.0 |
0.0 |
0.00793 |
0.0 |
0.0 |
0.0 |
0.0 |
0.00648 |
Appreciate if anyone can guide me which operator that can do the job.
Thank you.