nxcals.api.extraction.data.builders.DataFrame.collect

DataFrame.collect() List[Row]

Returns all the records as a list of Row.

New in version 1.3.0.

Examples

>>> df.collect()
[Row(age=2, name='Alice'), Row(age=5, name='Bob')]