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
Describe the bug
Hello,
It seems like the parse function is called twice for a specified column of given pandas dataframe. Please check sample code and sample output.
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandera.
(optional) I have confirmed this bug exists on the main branch of pandera.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
From what is printed to the console it is obvious that the negate is run twice. I would expect for the parser to be run once.
I was not able to find in the documentation why this is so. From what i have googled i found similar issue: #1707
Additional context
pandera version: '0.20.4'
Thank you very much :)
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello,
It seems like the parse function is called twice for a specified column of given pandas dataframe. Please check sample code and sample output.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Slightly modified example from https://pandera.readthedocs.io/en/stable/parsers.html#parsers-in-dataframemodel
Printed to console
Expected behavior
From what is printed to the console it is obvious that the negate is run twice. I would expect for the parser to be run once.
I was not able to find in the documentation why this is so. From what i have googled i found similar issue:
#1707
Additional context
pandera version: '0.20.4'
Thank you very much :)
The text was updated successfully, but these errors were encountered: