Jimdare
01-08-2009, 09:36 PM
Hi again,
I have another Issue. I have the following data frame that I want to reorgainse into the 2 data frames at the very bottom. Does anyone know how to do this or where I could learn how to do this?
Original Data Frame:
Year Species Stock Catch
2001 ORH OR1 4687
2002 ORH OR1 3215
2003 ORH OR1 6782
2001 ORH OR2 4687
2002 ORH OR2 3215
2003 ORH OR2 6782
2001 SNA SNA1 19
2002 SNA SNA1 116
2003 SNA SNA1 106
2001 SNA SNA2 757
2002 SNA SNA2 1778
2003 SNA SNA2 3576
Desired Frames
ORH
Year OR1 OR2
2001 4687 4687
2002 3215 3215
2003 6782 6782
SNA
Year SNA1 SNA2
2001 19 757
2002 116 1778
2003 106 3576
I have another Issue. I have the following data frame that I want to reorgainse into the 2 data frames at the very bottom. Does anyone know how to do this or where I could learn how to do this?
Original Data Frame:
Year Species Stock Catch
2001 ORH OR1 4687
2002 ORH OR1 3215
2003 ORH OR1 6782
2001 ORH OR2 4687
2002 ORH OR2 3215
2003 ORH OR2 6782
2001 SNA SNA1 19
2002 SNA SNA1 116
2003 SNA SNA1 106
2001 SNA SNA2 757
2002 SNA SNA2 1778
2003 SNA SNA2 3576
Desired Frames
ORH
Year OR1 OR2
2001 4687 4687
2002 3215 3215
2003 6782 6782
SNA
Year SNA1 SNA2
2001 19 757
2002 116 1778
2003 106 3576