pandas常用操作

删除某列: concatdfs.drop('Unnamed: 0',axis=1) 

打印所有列名:

.columns

原文地址:https://www.cnblogs.com/xqnq2007/p/7730314.html