I saw a lot of examples transposing the data but not something similar. I am trying to transpose my csv data which looks like--
Region,1989,1900,2000
new york,3,4,5
atlanta,7,9,0
chicago,8,9,10
to
Region,Year,value
new york,1989,3
new york,1900,4
new york,2000,5
atlanta,1989,7
atlanta,1900,9
atlanta,2000,0