Results for "Transformation"
3 / 184 posts
Spark Transformations, Actions and Lazy Evaluation and DAG.
Apache Spark RDD supports two types of Operations: Transformations Actions A Transformation is a function that produces new RDD from the existing RDDs but …
Apache Spark azure cloud
Mar 19, 2026 4 min read
What is the KDD (Knowledge Discovery in Databases)
In today's world, data is everywhere. Businesses, healthcare, banking, and even social media generate vast amounts of data every second. But raw data alone…
Cleaning the Data Data Integration data mining
Mar 19, 2026 3 min read
withColumn() in Pyspark
PySpark withColumn() is a transformation function of DataFrame which is used to change the value, convert the datatype of an existing column, create a new …
withColumn PySpark
Mar 19, 2026 1 min read