Skip to content

Add the option to use Optional typed columns

Choose a tag to compare

@wesselhuising wesselhuising released this 05 Sep 12:51
· 22 commits to main since this release
aeb36d9

Using the new special type pandantic.Optional, parsing DataFrames which have the need for optional columns is possible again. None is accepted as the Optional value, make sure to import the pandantic.Optional type over the typing.Optional type when specifying the BaseModel.