HI,


Sorry for messing up..

I want to transform the following dataset:

product min_price  max_price mean_price country   price_band
11           34           50               40             VN         0-300
22           10           30               15             VN         0-300


Into:

product   VN           price_band
  11        40            0-300
            [34,50]
  22        15            0-300
            [10,30]


How can I do this in r? I have large dataset like this. I want to transform all 
into that one. Thanks a lot.


Kind regards,
Tammy



                                          
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to