I am helping my wife out with some work for her primary school.
I have an excel looking like this simplified:
score
NameA
test1 10
test2 23
test4 15
NameB
test1 10
test3 17
NameC
etc.
What I would (ultimately) want is:
Test1. Test2. Test3. Test4. etc
NameA. 10 23 Nan Nan
NameB 10 Nan. 17. Nan
NameC
etc
So far I have imported the Excel with with all columns cocatenated, thinking to make a list of lists for all test of a given pupil, but cannot get it to work.
Looking for inspiration so all suggestions are welcome.
Maarten