Problem joing dataframes

Hi,

I have two dataframes (generated by loading CSV files with loadd)  that I would like to join with Outerjoin.

mat1 =

code1

A

B

C

D

mat2 =

code1   code2

A   aaa

C   ccc

Outerjoin(mat1, 1, mat2, 1) =

code1   code2

A  aaa

B  ccc

C

D

which is not what I had hoped for.

Is there a bug, or am I doing something wrong?

Your Answer


You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy