Question:
I have a list of dataframest_b_name
and a list of list t
. Now I want to add each list of t
as a column to t_b_name
while conserving the list format. So the t_b_name
would have an additional column in each list, named, let’s say, value
. How can I do this? Here’s the input.Output
If you have better answer, please add a comment about this, thank you!