Hi @Frustrated_DE ,
I don't know if that's what you're looking for, but maybe you can use set operators to compare dataframes ( intersect, except). If both dataframes have the same schema, except operator gives you difference between two sets of data. Intersect will return data that is common in both datasets.
Set operators are pretty handy when it comes to data quality validation.