I create a script where I did a lot of manipulations with a bunch of data, and I do the same manipulations with another dataset. Both datasets have the same rows, columns, and headers. I would like to be able to combine the two datasets together, where I place dataset A over dataset B. I do not need the headers for dataset B and instead simply merge all the data together, as if they were never really separated first place . Is there an easy way to do this?
source share