Method: Daru::DataFrame#sort
- Defined in:
- lib/daru/dataframe.rb
#sort(vector_order, opts = {}) ⇒ Object
Non-destructive version of #sort!
1485 1486 1487 |
# File 'lib/daru/dataframe.rb', line 1485 def sort vector_order, opts={} dup.sort! vector_order, opts end |