unionai-oss / pandera

A light-weight, flexible, and expressive statistical data testing library
https://www.union.ai/pandera
MIT License
3.05k stars 281 forks source link

Bugfix/1580 support list[str] in DataFrameModel #1596

Closed cosmicBboy closed 3 weeks ago

cosmicBboy commented 4 weeks ago

Fixes https://github.com/unionai-oss/pandera/issues/1580

Adds support for list[str] annotations in DataFrameModel definition.