Category: spark

Spark User full article

PySpark @ Freshers.in

PySpark : from_utc_timestamp Function: A Detailed Guide

The from_utc_timestamp function  in PySpark is a highly useful function that allows users to convert UTC time to a specified…

Continue Reading PySpark : from_utc_timestamp Function: A Detailed Guide
PySpark @ Freshers.in

PySpark : Skipping Sundays in Date Computations

When working with data in fields such as finance or certain business operations, it’s often the case that weekends or…

Continue Reading PySpark : Skipping Sundays in Date Computations
PySpark @ Freshers.in

PySpark : Understanding Joins in PySpark using DataFrame API

Apache Spark, a fast and general-purpose cluster computing system, provides high-level APIs in various programming languages like Java, Scala, Python,…

Continue Reading PySpark : Understanding Joins in PySpark using DataFrame API
PySpark @ Freshers.in

PySpark : Reversing the order of lists in a dataframe column using PySpark

pyspark.sql.functions.reverse Collection function: returns a reversed string or an array with reverse order of elements. In order to reverse the…

Continue Reading PySpark : Reversing the order of lists in a dataframe column using PySpark