long ID str100 org_name str16 datasource float budet_category
1234456 Helping Hand Survey1 2
1234456 Helping Hand Survey2
1234456 Helping Hand Survey3
9089081 Save Children Survey1 5
9089081 Save Children Survey2
9089081 Save Children Survey3
I need to duplicate the data for the same organization with the same unique ID for the different sources. For instance, ID 1234456 organization name Helping Hand budget_category is 2 and I want to duplicate the same for rows 2 and 3 (the same ID and same org but different datasource (survey2 and survey3).
Thanks so much in advance!
Abhishek
1234456 Helping Hand Survey1 2
1234456 Helping Hand Survey2
1234456 Helping Hand Survey3
9089081 Save Children Survey1 5
9089081 Save Children Survey2
9089081 Save Children Survey3
I need to duplicate the data for the same organization with the same unique ID for the different sources. For instance, ID 1234456 organization name Helping Hand budget_category is 2 and I want to duplicate the same for rows 2 and 3 (the same ID and same org but different datasource (survey2 and survey3).
Thanks so much in advance!
Abhishek
Comment