📅  最后修改于: 2022-03-11 14:45:24.677000             🧑  作者: Mango
print df.shape[1] # Show dimension of thecolumns
print range(df.shape[1]) # Show range of the columns
df.columns = range(df.shape[1]) # Delete headers