Devuelve la primera fila como una fila
# Returns the first row as a Row
df.first()
# Row(age=2, name=u'Alice')
Ethercourt.ml
# Returns the first row as a Row
df.first()
# Row(age=2, name=u'Alice')