Module: CADataFrame::Merge

Defined in:
lib/carray-dataframe/join.rb

Class Method Summary collapse

Class Method Details

.join(df1, df2, opts = {}) ⇒ Object



285
286
287
# File 'lib/carray-dataframe/join.rb', line 285

def join df1, df2, opts={}
  MergeFrame.new(df1, df2, opts).join
end