Answers for "Returns the first row as a Row"

0

Returns the first row as a Row

# Returns the first row as a Row

df.first()
# Row(age=2, name=u'Alice')
Posted by: Guest on April-20-2020

Code answers related to "Returns the first row as a Row"

Python Answers by Framework

Browse Popular Code Answers by Language