在sql中,我们可以为ex.做"选择*从表格中col1不在('A','B');"
我想知道是否有相当的pyspark.我能够找到sql的"isin"函数,如'IN'子句,但没有找到'NOT IN'.
非常感谢任何帮助.
pyspark
pyspark ×1