I am new to Pyspark and want to initialize a new empty dataframe with
sqlContext() with two columns ("Column1", "Column2"), and i want to append
rows dynamically in a for loop.
Is there any way to achieve this?

Thank you in advance.

Reply via email to