Displaying 1 result from an estimated 1 matches for "300rows".
2017 Dec 29
3
Help with script
...ns a single ID with the sum of
the observations by columns:
For example:
Example
ID?? A??? B? ? C? ? D? ? E? ? F? ? G.... 191 columns
a1?? 0??? 0??? 0? ? 1??? 1? ? 2??? 0...
a2?? 0??? 1??? 0? ? 1??? 2 ?? 2??? 1...
a2?? 0??? 1??? 1? ? 2??? 0? ? 2??? 1...
a3?? 0??? 1??? 1? ? 1??? 1 ?? 1??? 1....
...300rows
In this case I want to make a new table in which there is only 1 ID and
the values of each columns A...G are added. I
n the example the new table would have only 3 IDs. a1, a2 and 3 and a2
has the values added by column:
a2?? 0?? 2?? 1?? 3?? 2?? 4?? 2..
Thank you so much and have a wonderful yea...