JakobGM / patito

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

Allow `derived_from` to be used in `Model.examples()` #19

Open ion-elgreco opened 12 months ago

ion-elgreco commented 12 months ago

Currently derived_from is not used when you create an example from the model. It would be helpful it can also give an example automatically for these columns. For example, derived_from can be a concatenation on foo and bar, giving us foobar.