Code Test > Test :: Test :: > Pyspark dataframe operator "IS NOT IN"

Pyspark dataframe operator "IS NOT IN" - Posted By ursyan (ursyathi) on 18th Jul 23 at 8:57am
I would like to rewrite this from R to Pyspark, any nice looking suggestions?

Code:
 
  1. array <- c(1,2,3)
  2. dataset <- filter(!(column %in% array))