Wednesday, September 1, 2021

Fill null values in an ordered list with repeating values

Hi there. For a data structure like the following, ordered by COMUNA - N_CALLE - NUMN and where repeated values of NUMN are allowed, I need to program a rule that replaces the null values of UV with the immediately preceding non-null value. How can I do it? Thanks.

Array

No comments:

Post a Comment