Method: Daru::DataFrame#add_row
- Defined in:
- lib/daru/dataframe.rb
#add_row(row, index = nil) ⇒ Object
432 433 434 |
# File 'lib/daru/dataframe.rb', line 432 def add_row row, index=nil self.row[index || @size] = row end |
432 433 434 |
# File 'lib/daru/dataframe.rb', line 432 def add_row row, index=nil self.row[index || @size] = row end |