cuddly-jelly-27016
05/26/2025, 12:10 AMto_python_value of the pandera type transformer seems incorrect. Currently, the returned type is pandas.core.frame.DataFrame, but the declared return type is pandera.typing.DataFrame.
I suspect this is because instantiating pandera.DataFrameSchema returns a pandas.core.frame.DataFrame, rather than what one would normally expect, namely a pandera.typing.DataFrame.
I will propose an MR to fix this shortly.
flyteorg/flytecuddly-jelly-27016
05/26/2025, 12:10 AM