I added a column to a dataframe which is an array of other columns.
How can I ignore the null values when I construct the column name_source? For example the line for Robert would show [internet, Robert] instead of [internet, Robert,]. The one with null name would show [internet,65878] instead of [internet,, 65878]
