I have this Excel table:
country year 1 2 3 4 Netherlands 1970 3603 4330 5080 5820 Netherlands 1971 3436 4165 4929
I sometimes just use simple string concatanation to generate SQL Statements, guess you could do something like:
=A2 + ": { " + A3 + ", " + A4 + ", " + A5 + ", " + A... +"}"
Than wrap it inside data = [], or use a fancy formula.. For the second part you should lock the row with $A1
data = []