how can i return column that i already deleted in dataframe pandas

前端 未结 0 456
情书的邮戳
情书的邮戳 2020-12-12 18:21

by the use of df.drop() method I removed coloumn \'ID\' from df, and now I want to return that coloumn. df.drop(\'ID\',axis=1,inplace=True) df (show me df without ID colomn)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题