Fill null with the previous not null value – Spark Dataframe
In the previous post, we discussed how to extract the non-null values per group from a spark dataframe. Now, in this post, we will learn how to fill the null values with the previous not-null value in a spark dataframe using the backfill method. To demonstrate this with the help of an example, we will […]
Fill null with the previous not null value – Spark Dataframe Read More »