how to use first row value in second row in php 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')