Displaying 1 result from an estimated 1 matches for "fullfilled_1".
Did you mean:
fullfilled
2012 May 14
3
Add column from other columns data.
..."Yes".
Like this:
Fullfilled Finished
1 Yes
1 Yes
0 No
etc
Now I know how to grab the data out of a column, and also know how to save
data inside a .csv file.
That is no problem.
But how do I get the right Yes or No on the right place in the other column?
# Get al values: 1
Fullfilled_1 = Fullfilled[Fullfilled = 1]
I was thinkng about subset.
But I don' t realy know if that would be realy it....
Maybe somebody here can push me a little in the right direction?
--
View this message in context: http://r.789695.n4.nabble.com/Add-column-from-other-columns-data-tp4629921.html...