Not reporting all extra columns in dataframe #1858
Unanswered
mashby1966
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The validation of a dataframe is not reporting all of the columns that exist in the dataframe but do not exist in the validation schema (ie extra columns)
The following code reports only that column2 is extra.
BTW Note that it is correctly reporting that column1 and column3 do not exist in the dataframe but are required in the schema (ie missing columns)
The output is
Is this expected behaviour when lazy=True?
Beta Was this translation helpful? Give feedback.
All reactions