Add the option to use Optional typed columns
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.