pandas drop columns by index range code example Example: pandas drop columns by index cols = [1,2,4,5,12] df.drop(df.columns[cols],axis=1,inplace=True)