Skip to content
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

Feature/Question: Is it possible to mark the errors in a separate column as the dataframe? #41

Open
vaibhavmano opened this issue Oct 12, 2020 · 1 comment
Assignees

Comments

@vaibhavmano
Copy link

If the dataframe with the following columns [Name, Age, City] has multiple errors in row 1 [Name and Age], is it possible to create multiple column like [Name_validated, Age_validated, City_validated] and in row 1, it should have the error message in Name_valdiated and Age_validated whereas the City_validated should display a 'success' message.

It'll be easier for reference when I export the dataframe. I skimmed through the documentation and I can only see that the errors are a list of objects that I can print and see.

@multimeric
Copy link
Owner

Unfortunately not currently. I do internally calculate the boolean Series that you want, but there's no way to access it. I think this will be built-in in 1.0, but I might look into a quick fix in the meantime.

@multimeric multimeric self-assigned this Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants