Open
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
I wish I could use Pydantic with Pandas without the need of customization or external library.
Feature Description
The idea would be to implement the __get_pydantic_core_schema__
mentioned here on pd.Series
, pd.DataFrame
, and others.
Alternative Solutions
There's a PR in pydantic-extra-types
to include a custom type for pd.Series
.
Additional Context
We have more information on the migration guide.