Fill null with the next not null value – Spark Dataframe
In this post, we discussed how to fill a null value with the previous not-null value in a Spark Dataframe. We have also discussed how to extract the non-null values per group from a spark dataframe. Now, in this post, we will learn how to fill a null value with the next available not-null value […]
Fill null with the next not null value – Spark Dataframe Read More »