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

Clean up typing for pandas GenericDtype #1601

Closed cosmicBboy closed 3 weeks ago

cosmicBboy commented 3 weeks ago

This PR refactors the GenericDtype definition so that it doesn't use a conditional to define it depending on whether geopandas is installed.