string indices must be integers in a defaultdict, CSV File
I have .csv file, about ramen and brands, varieties and ratings. I want to figure out, which Brand uses the Variety “Tom Yum” the most. I tried it with a defaultdict but i get the error code: string indices must be integers