Open danodonovan opened 1 year ago
I'm running into the same issue. In my case, I'm trying to use Optional[str] as a type.
It would seem that the current codebase does not allow for the more complex types. It only supports int str bool etc. (the types are mentioned in the docs.)
@areshytko any plans to continue the work here? If not I might try extending it myself.
Apologies if this is an incorrect implementation, but I think there may be an issue with list types; for example
When calling
StringFrame.convert(df)
we see this exception