Skip to content
Advertisement

Comparing two lists with specific values to read

I have two lists

JavaScript

and when I loop through the list

JavaScript

and I managed to get the difference, but I need time as well because it is a separate item and 'uvz' does not mean to me anything in the list with a few thousand entries. I tried to convert it to the dictionary, but it overwrites with the last key:value {'01:15' : 'def'}.

Advertisement

Answer

reformat your data, then do whatever you have done before

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