TL:DR Filter values from a list out of a dataset
Hi community,
I have a dataset of transactional data that has a column of unique provider keys. I also have a blacklist of provider keys that I need to filter from that dataset. Is there a fast and efficient way of removing say (200-400) providers from a data cube through some sort of filter transform?
Thanks!