JakobGM / patito

A data modelling layer built on top of polars and pydantic
MIT License
307 stars 24 forks source link

Updated _find_errors to use aliased column names from the model schema. #84

Open vosskj03 opened 3 months ago

vosskj03 commented 3 months ago

This PR addresses issue #75 It updates the _find_errors function to perform column validation using the column alias for any column that has an alias set.