python-数据处理-删除dataframe中的列

来源:互联网 发布:夏达姚非拉事件 知乎 编辑:程序博客网 时间:2024/06/05 15:43

#当需要删除dataframe中的列时,使用del函数

del data['columns']