pydantic / pydantic-extra-types

Extra Pydantic types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support pandas types

Kludex opened this issue · comments

The idea here would be to support types from pandas, like: pd.DataFrame.

You can check how other types are implemented for reference. I guess this would be the easiest one.

commented

I would like to give it a shot, if you don't mind.

Go ahead. 👍 Let me know if you need guidance.