dataFrame.rows — get()

Description

The get() method of the rows object returns all data rows of the DataFrame.

Signature

dataFrame.rows.get()
Scope
dataFrame
Family
rows
Returns
array

Example

// get data rows from a dataFrame
var rows = dataFrame.rows.get();