Pandera supports more than pandas, including backends for Spark, Polars, and Ibis. Narwhals-backed backends will also be available in the next release (very soon 🤞).
I haven't tried it, but found Snowpark Checkpoints Validators work via Pandera schemas:
https://docs.snowflake.com/en/developer-guide/snowpark/python/checkpoints-validators Could be worth looking into (I think they execute lazily, but haven't tested myself).
May also be of interest:
https://github.com/kedro-org/kedro/discussions/5602 cc
@Sajid Alam
In the end, between GE and Pandera, you need to decide whether you want a data validation framework (put it front and center) or lightweight library (you're able to validate data frames, but you don't want a lot of machinery to enable it).
(Disclosure: I am a Pandera maintainer, having implemented most of the Ibis and Narwhals-backed backends)