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