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
COLUMN_NAMES_EXPECTATION_NAME: str="Column names in specific pattern"
346
352
COLUMN_NAMES_EXPECTATION_ERR_MSG: str= (
347
-
"Column names should be in lower case and separated by underscore - {column}"
353
+
"Column names should be in lower case and separated by underscore - Example 'Sub Category' column should be written as 'sub_category' The improper columns list is: {column}"
0 commit comments