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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: