Getting "TypeError: type of out argument not recognized: <class 'str'>" when using class function with Pandera decorator #1060
Answered
by
al-yakubovich
al-yakubovich
asked this question in
Q&A
-
Hi. I am having trouble to get Pandera work with classes. First I create schemas:
Next I create test.py file with class:
Finally I importing this class:
I am getting:
Any help would much appreciated |
Beta Was this translation helpful? Give feedback.
Answered by
al-yakubovich
Dec 19, 2022
Replies: 1 comment
Answer selected by
cosmicBboy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved: https://stackoverflow.com/questions/74848199/getting-typeerror-type-of-out-argument-not-recognized-class-str-when-usi/74855036#74855036