In Spark/PySpark, you can save (write/extract) a DataFrame to a CSV file on disk by using dataframeObj.write.csv("path"), using this you can also write.
確定! 回上一頁