I do not know if this is reshaping so much as it is data cleaning (or if they are one in the same) but my problem is as such:
I have the sample raw data in this format:
And the Required sample output should be of this form:
Is anyone able to assist in writing a for-loop that could do such a thing by copying the raw data and outputting it in the required format somehow?
I've spent hours with no luck..