Another way to do it in pyspark:
import pyspark.sql.functions as F df.select(F.expr("* EXCEPT( COLUMN 1, COLUMN 2)"))