I have the following element:
a = Row(ts=1465326926253, myid=u'1234567', mytype=u'good') The Row is of Spark data frame Row class. I want to append a new field to a, so that a would look like:
a = Row(ts=1465326926253, myid=u'1234567', mytype=u'good', name = u'john')