Closed ianmilligan1 closed 4 years ago
First script should be using hasLanguages
. .filter(!hasContent($"language", lit(languages)))
should do it.
Second script is missing a closing parentheses at the end of the filter
line.
.filter(~col("url").isin(urls))
Two broken scripts.
This one:
Leads to
And on the same page, this Python script
leads to