DataFrame.
collect
Returns all the records as a list of Row.
Row
New in version 1.3.0.
Examples
>>> df.collect() [Row(age=2, name='Alice'), Row(age=5, name='Bob')]
previous
pyspark.sql.DataFrame.colRegex
next
pyspark.sql.DataFrame.columns