Skip to content
Prev 239261 / 398500 Next

dataframe, transform, strsplit

try this:
have want
1 a.b.c    a
2 d.e.f    d
3 g.h.i    g
have want get
1 a.b.c    a   a
2 d.e.f    d   d
3 g.h.i    g   g


On Mon, Oct 25, 2010 at 12:53 PM, Matthew Pettis
<matthew.pettis at gmail.com> wrote: