Need to validate thousands of batches in an expectation suite

I have a pandas dataframe that I want to create expectations against. The data contains multiple different populations/groups, and it only makes sense to check the expectations against groups. There are several thousand of these groups. The data is all from the same time period, so I can’t split it apart by date. Any recommendations for how to approach this problem?

Hi @oneextrafact, it’s difficult to make a recommendation here without having a better understanding the structure of your data. Would you be able to provide some examples?