I have a data like this:
date id product
29-01-16 1 a
29-01-16 1 b
29-01-16 1 c
I have created uniq_id as id_date
. I want the output like
uniq_id products
1_29-01-16 a,b,c
I have a data like this:
date id product
29-01-16 1 a
29-01-16 1 b
29-01-16 1 c
I have created uniq_id as id_date
. I want the output like
uniq_id products
1_29-01-16 a,b,c