-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: pyarrow and optionally pydantic #166
Comments
FWIW, re: data validation these days:pydantic_schemaorg validates with schema.org schema, and there's
What does that mean for pandas and dataclasses and pyarrow and optionally pydantic?
|
What should be the API for working with pandas, pyarrow, and dataclasses and/or pydantic?
Pandas 2.0 supports pyarrow for so many things now, and pydantic does data validation with a drop-in
dataclasses.dataclass
replacement atpydantic.dataclasses.dataclass
.pd.read_*(**, dtype_backend="pyarrow")
https://www.google.com/search?q=pyarrow+dataclasses
https://www.google.com/search?q=pydantic+dataclasses
https://github.com/pydantic/pydantic/blob/main/docs/usage/dataclasses.md
@pydantic.dataclasses.dataclass
The text was updated successfully, but these errors were encountered: