I would like to rewrite this from R to Pyspark, any nice looking suggestions? Code: Select All array <- c(1,2,3)dataset <- filter(!(column %in% array))array <- c(1,2,3) {BR}dataset <- filter(!(column %in% array))
array <- c(1,2,3)dataset <- filter(!(column %in% array))