Split table is shifting some values
Hi I have this table (attached) to which I've saved the script from the split function.Essentially the main table has for each sample 2 measurements for each target, "mean_numeric" and "value", each sample has 2 replicates and the 2 measurements should be the same (and are the same as far as I'm aware).I want to reformat the table using split so for each sample I have a row and then each target me...