select(df, Not([:col1,:col4, :col7])) if you want to create a new data frame.
select(df, Not([:col1,:col4, :col7]))