Another simple way in pySpark of get the first value in a cell from a column in a pyspark Dataframe is:
myDF.first()["myColumn"]
this will give you the first value