dataFrame.rows — reverse()
Description
The reverse() method of the rows object reverses the order of all data rows in the DataFrame.
Signature
dataFrame.rows.reverse()Example
// reverse the order of data rows of a dataFrame
dataFrame.rows.reverse();