Hi,
I was wondering what is the "cleanest" way of combining two datasets by taking all the values from one data set and only the values from a second data set that have an index that does not appear in the first.
Both data sets have the same columns.
Even if there is an entry in the second data set with the same index as the first but different values, it should not be included.
Thanks in advance for any help!