Can a nested dictionary be typed? I have tried and gotten errors. I've attached a screenshot. IT seems the 'outer' dictionary can be typed correctly. IS this something that just can't be done? I found a workaround by parsing the values from a string to a float lower in the code but I'd rather use typing. Any ideas?
Thanks for your time.