You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the package. It is really nice to have pydantic defined over pandas dataframe. I am able to successfully integrate pandera with fast-api but having trouble integrating with swagger. I want to example shown in swagger to use "record" format instead of index format i.e. I want input and output to look like this
Another option is to have schema_extra variable. But that raises AttributeError:
AttributeError: '<class 'pandera.checks.Check'>' object has no attribute 'schema_extra'. Make sure any custom checks have been registered using the extensions API.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
thanks for the package. It is really nice to have pydantic defined over pandas dataframe. I am able to successfully integrate pandera with fast-api but having trouble integrating with swagger. I want to example shown in swagger to use "record" format instead of index format i.e. I want input and output to look like this
Another option is to have
schema_extravariable. But that raises AttributeError:Beta Was this translation helpful? Give feedback.
All reactions