How to append to arrays in a dictionary one by one?

This fills a vector with the same empty vector of Float64. If you want them all to be separate you can change this to

entryvalues = [Float64[] for _ in 1:length(entries)]

See also PSA: how to quote code with backticks for formatting your code.

2 Likes