I am trying to create a sort of 'dict of dicts'. The 1st level dictionary is a word-frequency key-value pair. Created by the for-loop below, 'cleaned_words_string' is the string that holds the text I am analyzing and is unique to each store.I am trying to create a sort of 'dict of dicts'