dataFrame.rows — get()
Description
The get() method of the rows object returns all data rows of the DataFrame.
Signature
dataFrame.rows.get()Example
// get data rows from a dataFrame
var rows = dataFrame.rows.get();dataFrame.rows — get()The get() method of the rows object returns all data rows of the DataFrame.
dataFrame.rows.get()// get data rows from a dataFrame
var rows = dataFrame.rows.get();