drop column number python code example Example: drop columnd python >>> df.drop(columns=['B', 'C']) A D 0 0 3 1 4 7 2 8 11