Skip to content
Advertisement

Creating a list merging the elements of a previous list and the values of a specific column of a data frame

I want to create a new list merging the elements of a previous list plus the values of a specific column of one data frame. See the example below.

The list I already have:

JavaScript

The column:

JavaScript

The desired output:

JavaScript

Advertisement

Answer

IIUC, just loop over them:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement