LejlaMetohajrov
New Contributor II

cols = list(set(df.columns) - {'col_A'})

df.select(cols)

@Sohel Khan​ , @zjffdu​