Créer Spark DataFrame dans Python

spark.createDataFrame([("10", ), ("11", ), ("13",  )], ["age"])
Sajal Sirohi