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)