Method: Daru::DataFrame#add_vector

Defined in:
lib/daru/dataframe.rb

#add_vector(n, vector) ⇒ Object



402
403
404
# File 'lib/daru/dataframe.rb', line 402

def add_vector n, vector
  self[n] = vector
end