pyspark erstellen leerer Datenframe
data = [()]
df = spark.createDataFrame(data)
Vinicius VALE
data = [()]
df = spark.createDataFrame(data)