I have two data frames (a1 and a2).
The first (a1) is an original dataset and the second (a2) is the same, only contains data that has been appended to some records. I want to get a count of the number of records that contain appended data. I don't need to view the records.
What is the best way to just get a count of the number of records that are different in a2?