How To Add A New Column to Spark Dataframe: lit() | split() | when()

Опубликовано: 13 Октябрь 2024
на канале: dataEnthusiast
198
2

You will find it easy to add a new column to a Spark dataframe. This video explains how to use split and when to execute a condition on a dataframe.
Lit() is one of the ways you can go about adding a column to a dataframe. You, will learn how to use it in this video.