📜  python 删除标题行 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:24.677000             🧑  作者: Mango

代码示例1
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