'Coverting RDD of list into RDD of Rows Pyspark

is it possible to convert a rdd of string lists into a rdd with the Row format? I read the first rdd with the textFile function specifying the split condition



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source