pydantic/pydantic-extra-types

Support pandas types

Closed

#64 opened on Jun 12, 2023

 (3 comments) (2 reactions) (0 assignees)Python (96 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (319 stars)
PR merge metrics
 (Avg merge 18h 44m) (13 merged PRs in 30d)

Description

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.

Contributor guide