Skip to content

DataFrame.drop

DataFrame.drop(
    *cols: pyspark_dubber.sql.expr.Expr | str,
)

PySpark API Reference

Incompatibility Note

Our backend (ibis) does not support duplicate column names like pyspark, therefore this function does not support dropping columns with the same name. You cannot anyway currently create such dataframes using pyspark-dubber.