pandas删除行删除列增加行增加列的实现 创建df:>>>df=pd.DataFrame(np.arange(16).reshape(4,4),columns=list('ABCD'),index=list('1234'))>>>df 增加列