How to loop through a list of dictionaries in JavaScript
I have an SQL request that gives me all the data I need (in Python) I made it so that I have a list of dictionaries, it looks like that: data = [{ "jour_de_la_semaine": "0", "nom_rue": "Avenue Rogier", "total_lourd": 4464.676489954501,…