Category: spark

Spark User full article

PySpark @ Freshers.in

How to concatenate multiple columns in a Spark dataframe

concat_ws : With concat_ws () function you can  concatenates multiple input string columns together into a single string column, using…

Continue Reading How to concatenate multiple columns in a Spark dataframe
PySpark @ Freshers.in

How to run dataframe as Spark SQL – PySpark

If you have a situation that you can easily get the result using SQL/ SQL already existing , then you…

Continue Reading How to run dataframe as Spark SQL – PySpark

How to remove csv header using Spark (PySpark)

A common use case when dealing with CSV file is to remove the header from the source to do data…

Continue Reading How to remove csv header using Spark (PySpark)