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
As far as I can see from the documentation the opposite behavior exists (filtering out columns not specified in the schema) but I can't see if there's a way to add in columns that should exist but aren't.
Is there a way to accomplish this? I was wondering if it might be possible by adding to the strict flag, an option to add in missing columns, such that you could do strict: "add+filter" allowing default values to be supplied AND filtering out unnecessary columns:
As far as I can see from the documentation the opposite behavior exists (filtering out columns not specified in the schema) but I can't see if there's a way to add in columns that should exist but aren't.
Is there a way to accomplish this? I was wondering if it might be possible by adding to the
strict
flag, an option to add in missing columns, such that you could dostrict: "add+filter"
allowing default values to be supplied AND filtering out unnecessary columns:Might this be possible with the DataFrame checks?
The text was updated successfully, but these errors were encountered: