JakobGM / patito

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

Simplify and fix ColumnInfo #94

Closed thomasaarholt closed 1 month ago

thomasaarholt commented 1 month ago

This PR simplifies how we use ColumnInfo within patito. I also fix it to work as I envisaged, which is to be able to fully serialize and deserialize polars expressions and dtypes so that we can export patito models as a json schema.