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

Update column.py closes #63 #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lguntde
Copy link

@lguntde lguntde commented Aug 27, 2021

No description provided.

@lguntde lguntde changed the title Update column.py Update column.py KEYWORD #63 Aug 27, 2021
@lguntde lguntde changed the title Update column.py KEYWORD #63 Update column.py closes #63 Aug 27, 2021
return [error for validation in self.validations for error in validation.get_errors(series, self)]

# skip validation if column contains no validation objects. Used for columns that require no validation but must be present in DataFrame
if self.validations == []:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More Pythonic to say if not self.validations

Copy link
Owner

@multimeric multimeric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Firstly, we need to wait for you to work out the underlying issue in #63.

Secondly, we need a test for this please.

@ajithprabhakar
Copy link

Can you please release this fix?

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

Successfully merging this pull request may close these issues.

3 participants