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

Validation on one column which is dependent on other column of dataframe #55

Closed
nishanttayal opened this issue Mar 1, 2021 · 2 comments

Comments

@nishanttayal
Copy link

nishanttayal commented Mar 1, 2021

I am not sure if this library currently supports this feature but I am looking for a way through which I can build custom validation of one column based on values present in another column.
For Example -

Name, Salary, Department
Rob, 5500, Aviation
Bob, 1000, Facilities
Tom, 6000, IT

In this dataset, I wanted to check if a salary is greater than 5000 when the department is "Aviation", salary greater than 1000 if Department is "Facilities" and so on.

@melvinpradep
Copy link

melvinpradep commented Mar 5, 2021

I too have a similar problem statement to solve, any inputs are much appreciated.

@multimeric
Copy link
Owner

Closing in favour of the more general #57 that I just opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants