Yellow cover of Multi-Dimensional Dictionaries in Python. This template resource is from 365 Data Science.

Multi-Dimensional Dictionaries in Python

Hristina Hristova

Hristina Hristova

Course Author

The following is a program implementing a multi-dimensional dictionary in Python. The notebook shows how to retrieve keys and values from the dictionary, how to create a new key:value pair and how to loop through the keys and the values using a for-loop. Some other related topics you might be interested in are One-Dimensional Dictionaries in Python, Dictionary Comprehension in Python, Using Counter - a Dictionary Subclass in Python. The Multi-Dimensional Dictionaries in Python free template is among the topics covered in detail in the 365 Program. 

Hristina Hristova

Hristina Hristova

Course Author


Who is it for

Any Data Scientist, Data Analyst, Data Architect, Data Engineer, Big Data Architect, Big Data Engineer, BI Developer, Machine Learning Engineer who is dealing with dictionaries will find this template useful.

How it can help you

This template serves as an illustration of a multi-dimensional dictionary that stores nations as keys and the capital cities and official languages of those countries as values.

Multi-Dimensional Dictionaries in Python

Yellow cover of Multi-Dimensional Dictionaries in Python. This template resource is from 365 Data Science.