I have several datasets where some of the columns are identical (for ex. Country, Product-name), but otherwise differs. I need to prepare them before analysing and eventually merging them, in order to make sure that rows with the same values for Country and Product-name can be matched. Now that I have defined a set of replacements and filters for one of them, I would like to apply these to the other data set(s) without having to start from scratch every time. Is there a (simple) way to do this?