Skip to content
Prev 180710 / 398502 Next

Split data frame based on Class

Each row of my data frame is assigned to a class (eg country). Can you 
suggest how I break apart the data frame so that I create new data 
frames for each class

eg

If Class = "US" put in new dataframe dataUS

Thanks in advance for your help

Chris