Returns the first row as a Row code example
Example: Returns the first row as a Row
# Returns the first row as a Row
df.first()
# Row(age=2, name=u'Alice')
# Returns the first row as a Row
df.first()
# Row(age=2, name=u'Alice')