Replies: 1 comment 1 reply
-
|
I seems that getting rid of all null values solved this problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have set up my GE with following tutorial -
https://docs.greatexpectations.io/docs/deployment_patterns/how_to_use_great_expectations_in_databricks/
I am trying to create my expectation suite based on my spark dataframe but after a while I get error
IndexError: list index out of rangeI am wondering whether problem could be that there are some columns which have all null values - I plan to get rid of them but I havent done it yet.
Full error message:
Beta Was this translation helpful? Give feedback.
All reactions