I'm trying to create a datastructure of nested dictionaries in Python. I read 2 relational sql-table-like csv files into dataframes and then convert them row by row into dictionaries. Inside these dictionaries I store dictionaries I created from another csv. I'm trying to create a datastructure of nested