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
I think it's reasonable that PandasSchema throws an error here by default, but I agree there should be a flag to disable this. I'll look in to adding this once I get time (or you can, if you'd like)
In the meantime you can pass in a list of columns to validate, as you say.
This is not the same as the existing support for
columns
.In general terms
running
validate()
without passing the specific columns will fail, with something likeI believe this should try to validate the subset, that is, validating the 13 columns that are in the schema.
The text was updated successfully, but these errors were encountered: