pandas删除dataframe列

data2 = data.drop(data.columns[0,1,3,4,6,8,10], 1)

原文地址:https://www.cnblogs.com/andylhc/p/9705098.html