JakobGM / patito

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

Simplify default_dtypes and return DataType over DataTypeClass when possible" #65

Closed thomasaarholt closed 4 months ago

thomasaarholt commented 4 months ago

Mainly simplifying the default_dtypes code a bit but also trying to always return DataType when we can, just to reduce the type-scope a bit.