I need to delete columns from datatable where all rows have 0 for value. Or in other words, where sum is 0.
1 2 5 99.9 442.25 221 0
1 2 77.7 889 898 55 0
9 0 66 42 55 0 0
In this example, last column should be removed.
How to do this?
I haven’t tested that, but I have done similar stuff with excel columns. The basic logic is there, I don’t know if all of my increments or row numbering is exactly correct. I believe most of the functions I used are available as well.