I am trying to iterate through every row of the first column of the following output.
Assume table Employees has 3 columns: FirstName, MiddleName, LastName
table1=spark.sql("Select * from Employees")
I am trying to iterate through every row of the first column of the following output.
Assume table Employees has 3 columns: FirstName, MiddleName, LastName
table1=spark.sql("Select * from Employees")