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
I would expect the example to fail.
check_types doesn't check Series, neither the input or output.
Not sure if this is intended. It works with typing.DataFrame
Desktop (please complete the following information):
OS: [ubuntu 22.10]
Python 3.10.5
The text was updated successfully, but these errors were encountered:
currently pandera only supports checking pa.typing.DataFrame, this would be a feature enhancement, which is already tracked in #688. Closing this issue in favor of that one.
I'd consider this work to be done after the core internals re-write is complete #381
Code Sample
Expected behavior
I would expect the example to fail.
check_types doesn't check Series, neither the input or output.
Not sure if this is intended. It works with typing.DataFrame
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: