pandas常用操作

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

打印所有列名:

.columns

posted @ 2017-10-25 17:54  xqnq2007  阅读(193)  评论(0)    收藏  举报