Displaying 1 result from an estimated 1 matches for "expressiont".
Did you mean:
  expression
  
2009 Mar 06
1
Extract dates from dataframe
Hi,
I have the following dataframe:
   ID                            Dates
  1               16-07-01  06-10-95
  2            24/01/02     06-10-95
  3 16/01/02   16/08/94     12/01/91
And I would like to extract the dates, but couple the ID's to the right
dates, eg:
ID  Dates
1    16-07-01
1    06-10-95
2    24-01-02
2  ....
I have no clue about how to get started, looks something for the