Displaying 1 result from an estimated 1 matches for "date_abandoned".
2009 Nov 14
1
re move row if the column "date_abandoned" has a date in it
I want to go through a column in data called
date_abandoned....data["date_abandoned"]....and remove all the rows that
have numbers greater than 1,010,000.
The dates are in the format 20091114 so i'm just going to treat them as
numbers for clean up purposes.
I know that i use subset but not sure how to proceed from there.
--
View this me...