Your latest post is from 2021 and oldest is from 2006. I'm sure you have learnt something in the last 18 years.
Give it a try.
I'd suggest looking into parsing your data with awk, and you have multiple threads of your own with provided solutions/hints implemented in awk.
Give it a whirl and do come back showing the effort.
@bobo
Please provide more information. Depending on where you get (or intend to get) the third column from, the solution will be different (e.g. one may use paste command to combine already existing columns, the other may use awk to calculate percent values from other existing column(s)). This is community cooperation forum, please show some respect for other people spending time while trying to help you.
Have you tried any of these commands? With what result? Did you read their documentation?