PySpark Read and Write Parquet File

Pyspark SQL provides methods to read Parquet file into DataFrame and write DataFrame to Parquet files, parquet() function from DataFrameReader and DataFrameWriter are used to read from and write/create a…

1 Comment
Read more about the article Spark Parquet file to CSV format
Photo by Alondra Olivas on Unsplash

Spark Parquet file to CSV format

In this Spark article, you will learn how to convert Parquet file to CSV file format with Scala example, In order to convert first, we will read a Parquet file…

0 Comments