After seeing the output of failure.counts in
good, failure = MySchema.filter(df, cast=True)
failure.counts() # {'a': 128, 'n': 540}
I would like to be able to filter the rows that break each rule. I did not find that in the docs, is it already available ?
Thanks !
Matthieu