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

add strict=True to DataFrameSchema #28

Closed
cosmicBboy opened this issue May 3, 2019 · 1 comment
Closed

add strict=True to DataFrameSchema #28

cosmicBboy opened this issue May 3, 2019 · 1 comment

Comments

@cosmicBboy
Copy link
Collaborator

if strict=True, then all columns in the dataframe must have a corresponding Column in the dataframe schema. If strict=False, raise UserWarning that indicates columns in the df that aren't being validated.

@cosmicBboy
Copy link
Collaborator Author

cosmicBboy pushed a commit that referenced this issue May 12, 2023
Added Decorator to raise TypeError in case of unexpected input type f…
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

1 participant