pandantic
pandantic copied to clipboard
Validate on native types (perfomance upgrade)
I saw this link about pandera
's implementation w/ pydantic models: https://www.union.ai/blog-post/pandera-0-17-adds-support-for-pydantic-v2
Seems like they validate at the numpy
array level, altho I will look deeper. Basically in a later version we could look for better performance, without making people define special pandantic
classes.
More of a place holder, I don't think this will happen any time too soon.