-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error message when using validator #197
Comments
It seems the |
Hi Pierrette, I wanted to bring to your attention that the We could switch to using Could you please try updating your pandas version? This should resolve the issue. Thank you! |
@madanucd I updated pandas and got a bit further with the validator. I ran it on the same file that I sent you before (ABC-DS.csv) and got the expected validation errors, but also got a TypeError. Is this expected? (Maybe due to ABC-DS having IDs that are integers instead of strings?)
|
Hi @lopierra , Yes, the error occurred because the Participant ID was represented as an integer instead of a string in the ABC-DS dataset you are trying to validate. I have corrected this issue by ensuring that all fields are cast to or represented as strings for logging purposes going forward. The necessary changes have been made and can be reviewed in the following PR: #199. |
Hi @madanucd - I'm attempting to run the validator on a test dataset:
but I get the following error message:
Am I doing something wrong, or is it an issue with the validator?
Not urgent - we can discuss next Tuesday at Data Modeling meeting. Thanks!
The text was updated successfully, but these errors were encountered: