📜  删除第一列 pandas - Python 代码示例

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

代码示例2
df.drop('col_name',1) #1 drop column / 0 drop row