i am trying to get batch , however i keep facing the following error :
Cannot convert column into bool: please use ‘&’ for ‘and’, ‘|’ for ‘or’, ‘~’ for ‘not’ when building DataFrame boolean expressions.
my code is a just one line and the database is only string columns !
I am running the code on a notebook on databricks.
i am just trying to create a batch so i can run some expectations.
enter image description here
2