pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
195 stars 51 forks source link

Support pandas types #64

Open Kludex opened 1 year ago

Kludex commented 1 year ago

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.

EkberHasanov commented 1 year ago

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

Kludex commented 1 year ago

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