Skip to content
Prev 259936 / 398502 Next

rbind with partially overlapping column names

That approach relies on df1 and df2 not having overlapping values in b.
Slight variation in df2 gives different results:
b a c
1 B A c
2 B A c
3 B A c
4 B A c
On 5/15/11 11:19 PM, "William Dunlap" <wdunlap at tibco.com> wrote: