Skip to content

Instantly share code, notes, and snippets.

@fkchang
Created August 13, 2019 19:00
Show Gist options
  • Save fkchang/0ccde82fef4739f627f17a04b4de44aa to your computer and use it in GitHub Desktop.
Save fkchang/0ccde82fef4739f627f17a04b4de44aa to your computer and use it in GitHub Desktop.

i.e. take this format

company_name,service
Johns Refuge,Normal Pickup
Johns Refuge,Bulk Pickup
Johns Refuge,Tree Removal
Bobs Limited,Normal Pickup
Bobs Limited,Bulk Pickup

and output

company_name,service
Bobs Limited,"Normal Pickup,Bulk Pickup"
Johns Refuge,"Normal Pickup,Bulk Pickup,Tree Removal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment