Raw Message
Message-ID: <4D35B22D.9080006@wsl.ch> Date: 2011-01-18T15:30:53Z From: boris pezzatti Subject: dataframe: string operations on columns Dear all, how can I perform a string operation like strsplit(x," ") on a column of a dataframe, and put the first or the second item of the split into a new dataframe column? (so that on each row it is consistent) Thanks Boris