Hello,
I'm trying to work out the best way to produce a random sample form a list of names that may change.
Currently I have something similar which takes the full data and then uses filters for each individual so that they are equally sampled. This works as the individuals don't change but I need to do the same thing where the individual names will change but I still need an equal sample from each name.
Getting the list of names wouldn't be difficult I'd just filter off that column and unique it then I'd need a way to use that list as the filter for the full data sample.
Not sure if I'm explaining this very well but I cant share the workflow so hopefully this makes sense!
Thanks,
Phill