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

Allow required lists to be empty #51

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

Conversation

jpmelos
Copy link
Contributor

@jpmelos jpmelos commented Nov 12, 2019

Right now, it seems that lists are either required=True (they have to be present in the data being cleaned, and not empty), or they are required=False (they can be missing from the data entirely).

How do I enforce that a list must be present, but can be empty? This PR tries to answer that.

@jpmelos jpmelos requested review from wojcikstefan and removed request for wojcikstefan November 12, 2019 12:23
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.

1 participant