I have a column which looks like this:
Section (Geographical Area) Community
Both Genders
000000000
1111111111
111332902
Males
000000000
1111111111
111332902
Females
000000000
1111111111
111332902
I want to reshape my file so that the males and females occupy a separate column. How can I do that?
Section (Geographical Area) Community
Both Genders
000000000
1111111111
111332902
Males
000000000
1111111111
111332902
Females
000000000
1111111111
111332902
I want to reshape my file so that the males and females occupy a separate column. How can I do that?
Comment