Answers for "Returns all the records as a list of Row"

0

Returns all the records as a list of Row

# Returns all the records as a list of Row

df.collect()
# [Row(age=2, name=u'Alice'), Row(age=5, name=u'Bob')]
Posted by: Guest on April-20-2020

Code answers related to "Returns all the records as a list of Row"

Python Answers by Framework

Browse Popular Code Answers by Language