Setting up Dict example puzzled by syntax and functionality

The code that you are referencing has a very specific purpose - to wrangle CSV data into a very specific format using Julia Dicts, so that it can then be written to a very specific JSON format that is expected by a Vuetify data table. Its sole purpose is to allow you to display a nice, interactive data table inside of a Pluto notebook and it’s certainly not something you would typically do…in other words, it’s about the worst example you could have found if you are trying to understand Julia Dicts and how one typically uses them…to be fair though, I think if you read from the beginning of that thread, the purpose of that piece of code is quite clear…

2 Likes