I am working with a dataset like this, where the values of 'country name' are repeat several time, and 'Indicator name' to.
I want to create a new dataset with its columns are like that
Year CountryName IndicatorName1 IndicatorName2 ... IndicatorNameX
2000. USA. value1. value2. valueX
2000. Canada. value1. value2. valueX
2001. USA. value1. value2. valueX
2001. Canada. value1. value2. valueX
it is possible to do that??
Thanks in advances!