Skip to main content
HomeAbout PythonLearn Python

Python Dictionary Tutorial

In this Python tutorial, you'll learn how to create a dictionary, load data in it, filter, get and sort the values, and perform other dictionary operations.
Feb 2017  · 14 min read

Python Dictionaries and the Data Science Toolbox

As a data scientist working in Python, you’ll need to temporarily store data all the time in an appropriate Python data structure to process it. A special data structure which Python provides natively is the dictionary. Its name already gives away how data is stored: a piece of data or values that can be accessed by a key(word) you have at hand.

If you look up the word “python” in a paper dictionary, let’s say the Oxford Dictionary of English, you will usually start by trying to browse to the part of the dictionary that contains the words starting with “p”, then “y”, “t” and so on until you hit the full word. The dictionary entry will tell you that “python” is a large non-venomous snake that constricts its prey, or a high-level programming language (!).

A paper dictionary has only been a well-respected aid because its words are ordered alphabetically and with a bit of practice, you can find any word in there within a minute. A Python dictionary works in a similar way: stored dictionary items can be retrieved very fast by their key. Unlike Python lists, for instance, Python does keep track of where to find a specific piece of information.

In today’s tutorial, you’ll learn more about the following topics:

Let’s start!

How to Create a Python Dictionary

Suppose you are making an inventory of the fruit that you have left in your fruit basket by storing the count of each type of fruit in a dictionary. There are several ways to construct a dictionary, but for this tutorial, we will keep it simple. For a complete overview, chekc out the Python documentation on dictionaries.

Most important features by which you can recognize a dictionary are the curly brackets { } and for each item in the dictionary, the separation of the key and value by a colon :.

As you can try for yourself, the variable fruit below is a valid dictionary, and you can access an item from the dictionary by putting the key between square brackets [ ]. Alternatively, you can also use the .get() method to do the same thing.

eyJsYW5ndWFnZSI6InB5dGhvbiIsInNhbXBsZSI6ImZydWl0ID0ge1wiYXBwbGVcIiA6IDUsIFwicGVhclwiIDogMywgXCJiYW5hbmFcIiA6IDQsIFwicGluZWFwcGxlXCIgOiAxLCBcImNoZXJyeVwiIDogMjB9XG5cbiMgQWNjZXNzIHRoZSBgZnJ1aXRgIGRpY3Rpb25hcnkgZGlyZWN0bHkgKHdpdGhvdXQgdXNpbmcgZ2V0KSBhbmQgcHJpbnQgdGhlIHZhbHVlIG9mIFwiYmFuYW5hXCJcbnByaW50KF9fX19fW1wiX19fX19fXCJdKVxuXG4jIFBpY2sgb25lIG9mIDUgdGhlIGZydWl0cyBhbmQgc2hvdyB0aGF0IGJvdGggcmV0cmlldmFsIHN0eWxlcyBvYnRhaW4gZXF1YWwgcmVzdWx0c1xucHJpbnQoZnJ1aXRbXCJfX19fX1wiXSA9PSBmcnVpdC5nZXQoXCJfX19fX1wiKSlcbiIsInNvbHV0aW9uIjoiZnJ1aXQgPSB7XCJhcHBsZVwiIDogNSwgXCJwZWFyXCIgOiAzLCBcImJhbmFuYVwiIDogNCwgXCJwaW5lYXBwbGVcIiA6IDEsIFwiY2hlcnJ5XCIgOiAyMH1cblxuIyBBY2Nlc3MgdGhlIGBmcnVpdGAgZGljdGlvbmFyeSBkaXJlY3RseSAod2l0aG91dCB1c2luZyBnZXQpIGFuZCBwcmludCB0aGUgdmFsdWUgb2YgXCJiYW5hbmFcIlxucHJpbnQoZnJ1aXRbXCJiYW5hbmFcIl0pXG5cbiMgUGljayBvbmUgb2YgNSB0aGUgZnJ1aXRzIGFuZCBzaG93IHRoYXQgYm90aCByZXRyaWV2YWwgc3R5bGVzIG9idGFpbiBlcXVhbCByZXN1bHRzXG5wcmludChmcnVpdFtcImNoZXJyeVwiXSA9PSBmcnVpdC5nZXQoXCJjaGVycnlcIikpIiwic2N0IjoidGVzdF9vdXRwdXRfY29udGFpbnMoJzQnLCBwYXR0ZXJuPVRydWUsIG5vX291dHB1dF9tc2c9Tm9uZSlcbnRlc3Rfb3V0cHV0X2NvbnRhaW5zKCdUcnVlJywgcGF0dGVybj1UcnVlLCBub19vdXRwdXRfbXNnPU5vbmUpXG5zdWNjZXNzX21zZyhcIkNvcnJlY3QhXCIpIn0=

Loading Data in your Python Dictionary

Now you are going to put some real data in a dictionary, more specifically, a nested dictionary (meaning a dictionary that has a dictionary as its value rather than for instance a string or integer).

This way, tables or matrices can easily be stored in a dictionary.

The data used are the reviews of Donna Tartt’s The Goldfinch in the Amazon book review set from the Irivine Machine Learning Repository. These reviews have been stored in a simple tab separated file, which is nothing more than a plain text file with columns. The table contains four columns: review score, url, review title and review text.

There are several ways imaginable to put this into a dictionary, but in this case, you take the url as the dictionary keys and put the other columns in the nested values dictionary.

eyJsYW5ndWFnZSI6InB5dGhvbiIsInNhbXBsZSI6ImltcG9ydCB1cmxsaWJcbmltcG9ydCByYW5kb21cblxuIyBMb2FkIHRoZSBkYXRhIGZyb20gcmVtb3RlIGxvY2F0aW9uIChVUkwpXG5maWxlID0gdXJsbGliLnJlcXVlc3QudXJsb3BlbihcImh0dHBzOi8vZ2lzdC5naXRodWJ1c2VyY29udGVudC5jb20vdHdpZWxmYWVydC9hMDk3MmJmMzY2ZDlhYWY2Y2IxMjA2YzE2YmY5MzczMS9yYXcvZGRlNDZhZDFmYTQxZjQ0Mjk3MTcyNmYzNGFkMDNhYWFjODVmNTQxNC9Eb25uYS1UYXJ0dC1UaGUtR29sZGZpbmNoLmNzdlwiKVxuZiA9IGZpbGUucmVhZCgpXG5cbiMgVHJhbnNmb3JtIHRoZSBiaXRzdHJlYW0gaW50byBzdHJpbmdzXG50ZXh0ID0gZi5kZWNvZGUoZW5jb2Rpbmc9J3V0Zi04JyxlcnJvcnM9J2lnbm9yZScpXG5cbiMgU3BsaXQgdGhpcyBzaW5nbGUgc3RyaW5nIGF0IHRoZSBlbmQgb2YgbGluZXNcbmxpbmVzID0gdGV4dC5zcGxpdChcIlxcblwiKVxuXG4jIEluaXRhbGlzaW5nIHRoZSBkaWN0aW9uYXJ5XG5yZXZpZXdzID0ge31cblxuIyBGaWxsaW5nIHRoZSBkaWN0aW9uYXJ5XG5mb3IgbGluZSBpbiBsaW5lczpcbiAgbCA9IGxpbmUuc3RyaXAoKS5zcGxpdChcIlxcdFwiKVxuICBcbiAgIyBUaGVzZSBhcmUganVzdCB0cmFpbmluZyB3aGVlbHMgdG8gc2VlIG1vcmUgY2xlYXJseSB3aGF0IGdvZXMgaW50byB0aGUgZGljdGlvbmFyeVxuICBzY29yZSA9IGxbMF0gXG4gIGlkID0gbFsxXVxuICB0aXRsZSA9IGxbMl1cbiAgcmV2aWV3ID0gbFszXVxuICBcbiAgcmV2aWV3c1tpZF0gPSB7XCJzY29yZVwiIDogc2NvcmUsIFwidGl0bGVcIiA6IHRpdGxlLCBcInJldmlld1wiIDogcmV2aWV3fVxuXG4jIFRha2UgYSByYW5kb20ga2V5IGZyb20gdGhlIGRpY3Rpb25hcnkgYW5kIHByaW50IGl0cyB2YWx1ZVxucHJpbnQocmV2aWV3c1tyYW5kb20uY2hvaWNlKGxpc3QocmV2aWV3cy5rZXlzKCkpKV0pIn0=

In this case, you were lucky enough to get a data set that has no missing values. This is of course not always the case; real data sets “from the wild” are often a big mess (wrong formatting, encoding errors, missing data, etc.) when you start using them. To keep it simple, the tutorial did not provide anything in the above script to cope with missing values here, but it is something you will usually have to take into account.

You can, however, easily verify whether all keys are present in the dictionary by comparing the number of lines from the file to the number of dictionary keys. In this case, this tells you it is safe to proceed to data processing.

eyJsYW5ndWFnZSI6InB5dGhvbiIsInByZV9leGVyY2lzZV9jb2RlIjoiaW1wb3J0IHVybGxpYlxuXG5maWxlID0gdXJsbGliLnJlcXVlc3QudXJsb3BlbihcImh0dHBzOi8vZ2lzdC5naXRodWJ1c2VyY29udGVudC5jb20vdHdpZWxmYWVydC9hMDk3MmJmMzY2ZDlhYWY2Y2IxMjA2YzE2YmY5MzczMS9yYXcvZGRlNDZhZDFmYTQxZjQ0Mjk3MTcyNmYzNGFkMDNhYWFjODVmNTQxNC9Eb25uYS1UYXJ0dC1UaGUtR29sZGZpbmNoLmNzdlwiKVxuZiA9IGZpbGUucmVhZCgpXG50ZXh0ID0gZi5kZWNvZGUoZW5jb2Rpbmc9J3V0Zi04JyxlcnJvcnM9J2lnbm9yZScpXG5saW5lcyA9IHRleHQuc3BsaXQoXCJcXG5cIilcbnJldmlld3MgPSB7fVxuZm9yIGxpbmUgaW4gbGluZXM6XG4gIGwgPSBsaW5lLnN0cmlwKCkuc3BsaXQoXCJcXHRcIilcbiAgcmV2aWV3c1tsWzFdXSA9IHtcInNjb3JlXCIgOiBsWzBdLCBcInRpdGxlXCIgOiBsWzJdLCBcInJldmlld1wiIDogbFszXX0iLCJzYW1wbGUiOiIjIENvdW50aW5nIHRoZSBudW1iZXIgb2YgbGluZXMgaW4gdGhlIGZpbGVcbnByaW50KFwiTnVtYmVyIG9mIGxpbmVzOiBcIiArIHN0cihsZW4obGluZXMpKSlcblxuIyBDb3VudGluZyB0aGUga2V5cyBpbiB0aGUgZGljdGlvbmFyeTsgc2hvdWxkIGVxdWFsIHRoZSBudW1iZXIgb2YgbGluZXMgaW4gdGhlIGZpbGVcbnByaW50KFwiTnVtYmVyIG9mIGRpY3Rpb25hcnkga2V5czogXCIgKyBzdHIobGVuKHJldmlld3Mua2V5cygpKSkpIn0=

How to Filter a Dictionary in Python

Now that the Amazon reviews are stored in a dictionary, it is time to try some operations on it. Let’s say you are interested in the bad reviews and want to see what people actually wrote by selecting only the reviews that score 1.0

The review scores are stored in the dictionary values, which means you will have to loop over the dictionary. Unfortunately (not really though), you can not simply use a for-loop to go over the dictionary object. Python dictionary items not only have both a key and a value, but they also have a special iterator to loop over them. Instead of for item in dictionary, you need to use for key, value in dictionary.items(), using this specific iterator and using the two variables, key and value, instead of the single variable. Likewise, there are separate iterators for keys (.keys()) and values (.values()).

You store the keys of the reviews with a low score in a list, named lowscores so later on you can just reuse the list to retrieve them from the dictionary.

eyJsYW5ndWFnZSI6InB5dGhvbiIsInByZV9leGVyY2lzZV9jb2RlIjoiaW1wb3J0IHVybGxpYlxuXG5maWxlID0gdXJsbGliLnJlcXVlc3QudXJsb3BlbihcImh0dHBzOi8vZ2lzdC5naXRodWJ1c2VyY29udGVudC5jb20vdHdpZWxmYWVydC9hMDk3MmJmMzY2ZDlhYWY2Y2IxMjA2YzE2YmY5MzczMS9yYXcvZGRlNDZhZDFmYTQxZjQ0Mjk3MTcyNmYzNGFkMDNhYWFjODVmNTQxNC9Eb25uYS1UYXJ0dC1UaGUtR29sZGZpbmNoLmNzdlwiKVxuZiA9IGZpbGUucmVhZCgpXG50ZXh0ID0gZi5kZWNvZGUoZW5jb2Rpbmc9J3V0Zi04JyxlcnJvcnM9J2lnbm9yZScpXG5saW5lcyA9IHRleHQuc3BsaXQoXCJcXG5cIilcbnJldmlld3MgPSB7fVxuZm9yIGxpbmUgaW4gbGluZXM6XG4gIGwgPSBsaW5lLnN0cmlwKCkuc3BsaXQoXCJcXHRcIilcbiAgcmV2aWV3c1tsWzFdXSA9IHtcInNjb3JlXCIgOiBsWzBdLCBcInRpdGxlXCIgOiBsWzJdLCBcInJldmlld1wiIDogbFszXX0iLCJzYW1wbGUiOiIjIFN0b3JlIHJldmlldyBrZXlzIHdpdGggbG93IHNjb3JlICgxLjApIGluIGxpc3Rcbmxvd3Njb3JlcyA9IFtdXG5mb3Iga2V5LCB2YWx1ZSBpbiByZXZpZXdzLml0ZW1zKCk6XG4gIGlmIGZsb2F0KHZhbHVlW1wic2NvcmVcIl0pID09IDEuMDogIyBDb252ZXJ0IHNjb3JlIHRvIGZsb2F0XG4gICAgbG93c2NvcmVzLmFwcGVuZChrZXkpXG5cbiMgUHJpbnQgYWxsIHRoZSBlbnRyaWVzIHdpdGggYSBsb3cgcmV2aWV3IHNjb3JlXG5mb3IgaXRlbSBpbiBfX19fX19fX19fOlxuICBwcmludChyZXZpZXdzW19fX19dKSIsInNvbHV0aW9uIjoiIyBTdG9yZSByZXZpZXcga2V5cyB3aXRoIGxvdyBzY29yZSAoMS4wKSBpbiBsaXN0XG5sb3dzY29yZXMgPSBbXVxuZm9yIGtleSwgdmFsdWUgaW4gcmV2aWV3cy5pdGVtcygpOlxuICBpZiBmbG9hdCh2YWx1ZVtcInNjb3JlXCJdKSA9PSAxLjA6ICMgQ29udmVydCBzY29yZSB0byBmbG9hdFxuICAgIGxvd3Njb3Jlcy5hcHBlbmQoa2V5KVxuXG4jIFByaW50IGFsbCB0aGUgZW50cmllcyB3aXRoIGEgbG93IHJldmlldyBzY29yZVxuZm9yIGl0ZW0gaW4gbG93c2NvcmVzOlxuICBwcmludChyZXZpZXdzW2l0ZW1dKSIsInNjdCI6InRlc3Rfb3V0cHV0X2NvbnRhaW5zKCcxLjAnLCBwYXR0ZXJuPVRydWUsIG5vX291dHB1dF9tc2c9Tm9uZSlcbnN1Y2Nlc3NfbXNnKFwiR3JlYXQhXCIpIn0=

Python Dictionary Operations

If the dictionary containing the full dataset is large, it might be wiser to use the lowscores list you just compiled to create an entirely new dictionary. The advantage is that for further analysis, you do not need to keep the large dictionary in the memory and can just proceed with the relevant subset of the original data.

First, you use the keys stored in lowscores to create the new dictionary. There are two options for this: one just retrieves the relevant items from the original dictionary with the .get() method leaving the original intact, the other uses .pop() which does remove it permanently from the original dictionary.

The code for subsetting could look as following: subset = dict([(k, reviews.get(k)) for k in lowscores]). This notation might look unfamiliar, because the loop is written in a single line of code. This style is called a “dictionary comprehensions”, but it’s actually a for-loop in disguise, looping over the items from lowscores, retrieving the values from reviews and using these to fill a new dictionary. It is very similar to a list comprehension but, evidently, outputs a dictionary instead of a list.

It is not recommended however to use comprehensions if you aren’t familiar yet with this programming style; the written-out for-loop is way easier to read and understand. However, as you will often have to read other people’s code, you should be able to at least recognize it. You can read more about dictionary comprehension here.

You could compare the traditional for-loop style with the dictionary comprehension and verify that they indeed produce the exact same result:

eyJsYW5ndWFnZSI6InB5dGhvbiIsInByZV9leGVyY2lzZV9jb2RlIjoiaW1wb3J0IHVybGxpYlxuXG5maWxlID0gdXJsbGliLnJlcXVlc3QudXJsb3BlbihcImh0dHBzOi8vZ2lzdC5naXRodWJ1c2VyY29udGVudC5jb20vdHdpZWxmYWVydC9hMDk3MmJmMzY2ZDlhYWY2Y2IxMjA2YzE2YmY5MzczMS9yYXcvZGRlNDZhZDFmYTQxZjQ0Mjk3MTcyNmYzNGFkMDNhYWFjODVmNTQxNC9Eb25uYS1UYXJ0dC1UaGUtR29sZGZpbmNoLmNzdlwiKVxuZiA9IGZpbGUucmVhZCgpXG50ZXh0ID0gZi5kZWNvZGUoZW5jb2Rpbmc9J3V0Zi04JyxlcnJvcnM9J2lnbm9yZScpXG5saW5lcyA9IHRleHQuc3BsaXQoXCJcXG5cIilcbnJldmlld3MgPSB7fVxuZm9yIGxpbmUgaW4gbGluZXM6XG4gIGwgPSBsaW5lLnN0cmlwKCkuc3BsaXQoXCJcXHRcIilcbiAgcmV2aWV3c1tsWzFdXSA9IHtcInNjb3JlXCIgOiBsWzBdLCBcInRpdGxlXCIgOiBsWzJdLCBcInJldmlld1wiIDogbFszXX1cbmxvd3Njb3JlcyA9IFtdXG5mb3Iga2V5LCB2YWx1ZSBpbiByZXZpZXdzLml0ZW1zKCk6XG4gIGlmIGZsb2F0KHZhbHVlW1wic2NvcmVcIl0pID09IDEuMDogIyBDb252ZXJ0IHNjb3JlIHRvIGZsb2F0XG4gICAgbG93c2NvcmVzLmFwcGVuZChrZXkpIiwic2FtcGxlIjoiIyBmb3ItbG9vcCBzdHlsZSB0byBzdWJzZXQgYSBkaWN0aW9uYXJ5XG5mb3Jsb29wID0ge31cbmZvciBrIGluIGxvd3Njb3JlczpcbiAgZm9ybG9vcFtrXSA9IHJldmlld3Nba11cblxuIyBBZGQgYW4gYXBwcm9wcmlhdGUgbWV0aG9kIHRvIHJldHJpZXZlIHRoZSByZWxldmFudCBpdGVtcyBmcm9tIHRoZSBkaWN0aW9uYXJ5IGByZXZpZXdzYFxuZGljdGNvbXAgPSB7ayA6IHJldmlld3MuX19fKGspIGZvciBrIGluIGxvd3Njb3Jlc31cblxuIyBWZXJpZnkgdGhhdCB0aGVzZSBvYmplY3RzIGFyZSBlcXVhbFxucHJpbnQoZm9ybG9vcCA9PSBfX19fX19fXykiLCJzb2x1dGlvbiI6IiMgZm9yLWxvb3Agc3R5bGUgdG8gc3Vic2V0IGEgZGljdGlvbmFyeVxuZm9ybG9vcCA9IHt9XG5mb3IgayBpbiBsb3dzY29yZXM6XG4gIGZvcmxvb3Bba10gPSByZXZpZXdzW2tdXG5cbiMgTGlzdCBjb21wcmVoZW5zaW9uIHRvIGdldCBhIHN1YnNldCBkaWN0aW9uYXJ5LiBBbHRlcm5hdGl2ZWx5IHlvdSBjYW4gdXNlIGAucG9wYCBpbnN0ZWFkIG9mIGAuZ2V0YFxuZGljdGNvbXAgPSB7ayA6IHJldmlld3MuZ2V0KGspIGZvciBrIGluIGxvd3Njb3Jlc31cblxuIyBWZXJpZnkgdGhhdCB0aGVzZSBvYmplY3RzIGFyZSBlcXVhbFxucHJpbnQoZm9ybG9vcCA9PSBkaWN0Y29tcCkiLCJzY3QiOiJ0ZXN0X291dHB1dF9jb250YWlucyhcIlRydWVcIiwgcGF0dGVybj1UcnVlLCBub19vdXRwdXRfbXNnPU5vbmUpXG5zdWNjZXNzX21zZyhcIldlbGwgZG9uZSFcIikifQ==

Suppose you now want to rearrange our dictionary in order to have the review scores as dictionary keys, instead of the ids. You could use a for-loop for this, specifying both the keys and values and build a new nested dictionary. You will have to retrieve the ‘score’ from the originally nested dictionary to use it as the new key.

To simplify the code a bit, you create the new nested dictionary as the object newvalues on a separate line before filling the scoredict with the ids as keys and the newvalues dictionary as its values:

eyJsYW5ndWFnZSI6InB5dGhvbiIsInByZV9leGVyY2lzZV9jb2RlIjoiaW1wb3J0IHVybGxpYlxuZnJvbSBjb2xsZWN0aW9ucyBpbXBvcnQgZGVmYXVsdGRpY3RcblxuZmlsZSA9IHVybGxpYi5yZXF1ZXN0LnVybG9wZW4oXCJodHRwczovL2dpc3QuZ2l0aHVidXNlcmNvbnRlbnQuY29tL3R3aWVsZmFlcnQvYTA5NzJiZjM2NmQ5YWFmNmNiMTIwNmMxNmJmOTM3MzEvcmF3L2RkZTQ2YWQxZmE0MWY0NDI5NzE3MjZmMzRhZDAzYWFhYzg1ZjU0MTQvRG9ubmEtVGFydHQtVGhlLUdvbGRmaW5jaC5jc3ZcIilcbmYgPSBmaWxlLnJlYWQoKVxudGV4dCA9IGYuZGVjb2RlKGVuY29kaW5nPSd1dGYtOCcsZXJyb3JzPSdpZ25vcmUnKVxubGluZXMgPSB0ZXh0LnNwbGl0KFwiXFxuXCIpXG5yZXZpZXdzID0gZGVmYXVsdGRpY3QoZGljdClcbmZvciBsaW5lIGluIGxpbmVzOlxuICBsID0gbGluZS5zdHJpcCgpLnNwbGl0KFwiXFx0XCIpXG4gIHJldmlld3NbbFsxXV0gPSB7XCJzY29yZVwiIDogbFswXSwgXCJ0aXRsZVwiIDogbFsyXSwgXCJyZXZpZXdcIiA6IGxbM119Iiwic2FtcGxlIjoiZnJvbSBjb2xsZWN0aW9ucyBpbXBvcnQgZGVmYXVsdGRpY3Rcblxuc2NvcmVkaWN0ID0gZGVmYXVsdGRpY3QobGlzdClcblxuZm9yIGtleSwgdmFsdWUgaW4gcmV2aWV3cy5pdGVtcygpOlxuICBuZXd2YWx1ZXMgPSB7J2lkJyA6IGtleSwgXCJ0aXRsZVwiIDogdmFsdWVbJ3RpdGxlJ10sIFwicmV2aWV3XCIgOiB2YWx1ZVsncmV2aWV3J119XG4gICMgVXNlIHRoZSAnc2NvcmUnIGZyb20gdGhlIHZhbHVlcyAoISkgaW4gdGhlIG9yaWdpbmFsIGRpY3Rpb25hcnkgYXMgdGhlIGtleSBmb3IgdGhlIG5ld2x5IGNyZWF0ZWQgZGljdGlvbmFyeVxuICBzY29yZWRpY3RbX19fX19bJ19fX19fJ11dLmFwcGVuZChuZXd2YWx1ZXMpXG4gIFxuIyBQcmludCB0aGUgZGljdGlvbmFyeSBrZXlzIHRvIHZlcmlmeSB0aGF0IHRoZXNlIGFyZSBpbmRlZWQgcmV2aWV3IHNjb3Jlc1xucHJpbnQoc2NvcmVkaWN0LmtleXMoKSkiLCJzb2x1dGlvbiI6ImZyb20gY29sbGVjdGlvbnMgaW1wb3J0IGRlZmF1bHRkaWN0XG5cbnNjb3JlZGljdCA9IGRlZmF1bHRkaWN0KGxpc3QpXG5cbmZvciBrZXksIHZhbHVlIGluIHJldmlld3MuaXRlbXMoKTpcbiAgbmV3dmFsdWVzID0geydpZCcgOiBrZXksIFwidGl0bGVcIiA6IHZhbHVlWyd0aXRsZSddLCBcInJldmlld1wiIDogdmFsdWVbJ3JldmlldyddfVxuICAjIFVzZSB0aGUgJ3Njb3JlJyBmcm9tIHRoZSB2YWx1ZXMgKCEpIGluIHRoZSBvcmlnaW5hbCBkaWN0aW9uYXJ5IGFzIHRoZSBrZXkgZm9yIHRoZSBuZXdseSBjcmVhdGVkIGRpY3Rpb25hcnlcbiAgc2NvcmVkaWN0W3ZhbHVlWydzY29yZSddXS5hcHBlbmQobmV3dmFsdWVzKVxuICBcbiMgUHJpbnQgdGhlIGRpY3Rpb25hcnkga2V5cyB0byB2ZXJpZnkgdGhhdCB0aGVzZSBhcmUgaW5kZWVkIHJldmlldyBzY29yZXNcbnByaW50KHNjb3JlZGljdC5rZXlzKCkpIiwic2N0IjoidGVzdF9vdXRwdXRfY29udGFpbnMoXCI1LjBcIiwgcGF0dGVybj1UcnVlLCBub19vdXRwdXRfbXNnPU5vbmUpXG5zdWNjZXNzX21zZyhcIlRoYXQncyByaWdodCFcIikifQ==

How to Sort Dictionaries in Python

As you made the effort to load a real dataset into a dictionary, you can now perform some basic analysis on it. If you are interested in the words that go hand in hand with a negative sentiment about the novel, you could do a low-level form of sentiment analysis by making a frequency list of the words in the negative reviews (scored 1.0).

You need to process the review text a little bit by removing the HTML-tags and converting uppercase words to lowercase. For the first we use a regular expression which removes all tags: re.sub("<.*?>", ""). Regular expressions are a very useful tool when dealing with text data. They are quite complex to compile and definitely deserve a tutorial of their own for (aspiring) data scientists.

In this example however, you just need to grasp that which starts with < followed by an unknown number (including 0) of any character and closed by >, is substituted with nothing: "" (empty quotes).

Python has a built-in function to remove capitals from words by simply chaining the function .lowercase() to a string. This way, you avoid that words which are capitalized because they occur at the beginning of a sentence are seen as separate words. There are, of course, cases in which the capital letter stands for a different word, but detecting these requires some advanced text processing (called Named Entity Recognition), but this is way beyond the scope of Python dictionaries.

Next, you build the frequency dictionary using a defaultdict instead of a normal dictionary. This guarantees that each “key” is already intialized and you can just increase the frequency count with 1.

If you were not using defaultdict, Python would raise an error when you try to increase the count for the first time (so from 0 to 1) because the key does not yet exist. This could be overcome by first checking whether a key exists in the dictionary, before increasing its value, but this solution is far from elegant compared to defaultdict.

eyJsYW5ndWFnZSI6InB5dGhvbiIsInByZV9leGVyY2lzZV9jb2RlIjoiaW1wb3J0IHVybGxpYlxuXG5maWxlID0gdXJsbGliLnJlcXVlc3QudXJsb3BlbihcImh0dHBzOi8vZ2lzdC5naXRodWJ1c2VyY29udGVudC5jb20vdHdpZWxmYWVydC9hMDk3MmJmMzY2ZDlhYWY2Y2IxMjA2YzE2YmY5MzczMS9yYXcvZGRlNDZhZDFmYTQxZjQ0Mjk3MTcyNmYzNGFkMDNhYWFjODVmNTQxNC9Eb25uYS1UYXJ0dC1UaGUtR29sZGZpbmNoLmNzdlwiKVxuZiA9IGZpbGUucmVhZCgpXG50ZXh0ID0gZi5kZWNvZGUoZW5jb2Rpbmc9J3V0Zi04JyxlcnJvcnM9J2lnbm9yZScpXG5saW5lcyA9IHRleHQuc3BsaXQoXCJcXG5cIilcbnJldmlld3MgPSB7fVxuZm9yIGxpbmUgaW4gbGluZXM6XG4gIGwgPSBsaW5lLnN0cmlwKCkuc3BsaXQoXCJcXHRcIilcbiAgcmV2aWV3c1tsWzFdXSA9IHtcInNjb3JlXCIgOiBsWzBdLCBcInRpdGxlXCIgOiBsWzJdLCBcInJldmlld1wiIDogbFszXX1cblxubG93c2NvcmVzID0gW11cbmZvciBrZXksIHZhbHVlIGluIHJldmlld3MuaXRlbXMoKTpcbiAgaWYgZmxvYXQodmFsdWVbXCJzY29yZVwiXSkgPT0gMS4wOiAjIENvbnZlcnQgc2NvcmUgdG8gZmxvYXRcbiAgICBsb3dzY29yZXMuYXBwZW5kKGtleSkiLCJzYW1wbGUiOiJpbXBvcnQgcmVcbiMgSW1wb3J0IGRlZmF1bHRkaWN0XG5mcm9tIGNvbGxlY3Rpb25zIGltcG9ydCBfX19fX19fX19fX1xuXG5mcmVxZGljdCA9IGRlZmF1bHRkaWN0KGludClcbmZvciBpdGVtIGluIGxvd3Njb3JlczpcbiAgcmV2aWV3ID0gcmV2aWV3c1tpdGVtXVtcInJldmlld1wiXVxuICBjbGVhbnRleHQgPSByZS5zdWIocic8Lio/PicsICcnLCByZXZpZXcpLnN0cmlwKCkuc3BsaXQoKSAjIFJlbW92ZSBIVE1MIHRhZ3MgYW5kIHNwbGl0IHRoZSByZXZpZXcgYnkgd29yZCAoc3BhY2Ugc2VwYXJhdGVkKVxuICBmb3Igd29yZCBpbiBjbGVhbnRleHQ6XG4gICAjIENvbnZlcnQgdG8gYWxsIGxvd2VyY2FzZVxuICAgIHdvcmQgPSB3b3JkLmxvd2VyKClcbiAgICBcbiAgICAjIENvbXBsZXRlIHRoZSBmb2xsb3dpbmcgbGluZSB0byBpbmNyZWFzZSB0aGUgY291bnQgYnkgb25lOlxuICAgIGZyZXFkaWN0W3dvcmRdICs9IF9cbiAgICBcbnByaW50KGZyZXFkaWN0KSIsInNvbHV0aW9uIjoiaW1wb3J0IHJlXG4jIEltcG9ydCBkZWZhdWx0ZGljdFxuZnJvbSBjb2xsZWN0aW9ucyBpbXBvcnQgZGVmYXVsdGRpY3RcblxuZnJlcWRpY3QgPSBkZWZhdWx0ZGljdChpbnQpXG5mb3IgaXRlbSBpbiBsb3dzY29yZXM6XG4gIHJldmlldyA9IHJldmlld3NbaXRlbV1bXCJyZXZpZXdcIl1cbiAgY2xlYW50ZXh0ID0gcmUuc3ViKHInPC4qPz4nLCAnJywgcmV2aWV3KS5zdHJpcCgpLnNwbGl0KCkgIyBSZW1vdmUgSFRNTCB0YWdzIGFuZCBzcGxpdCB0aGUgcmV2aWV3IGJ5IHdvcmQgKHNwYWNlIHNlcGFyYXRlZClcbiAgZm9yIHdvcmQgaW4gY2xlYW50ZXh0OlxuICAgIyBDb252ZXJ0IHRvIGFsbCBsb3dlcmNhc2VcbiAgICB3b3JkID0gd29yZC5sb3dlcigpXG4gICAgXG4gICAgIyBDb21wbGV0ZSB0aGUgZm9sbG93aW5nIGxpbmUgdG8gaW5jcmVhc2UgdGhlIGNvdW50IGJ5IG9uZTpcbiAgICBmcmVxZGljdFt3b3JkXSArPSAxXG5cbnByaW50KGZyZXFkaWN0KSIsInNjdCI6InRlc3RfaW1wb3J0KFwiY29sbGVjdGlvbnMuZGVmYXVsdGRpY3RcIilcbnRlc3Rfc3R1ZGVudF90eXBlZChcIjFcIiwgcGF0dGVybj1GYWxzZSwgbm90X3R5cGVkX21zZz1Ob25lKVxuc3VjY2Vzc19tc2coXCJBbHJpZ2h0IVwiKSJ9

Once the frequency dictionary is ready, you still need to sort the keys by value in descending order to see promptly which words are highly frequent. As normal dictionaries (including defaultdict can not be ordered by design), you need another class, namely OrderedDict. It stores a dictionary in the order the items were added. In this case, you need the sort the items first, before storing them again in the new, OrderedDict.

The sorted function takes 3 arguments. The first one is the object that you want to sort, your frequency dictionary. Remember however that accessing the key-value pairs in a dictionary is only possible through the .items() function. If you forget this, Python will not even complain, but only return the first key it encounters. In other words: if you are looping over a dictionary and your code behaves in a weird way, check whether you added the .items() function before starting screaming.

The second argument specifies what part of the first argument should be used to sort: key=lambda item: item[1]. Again, you will have to dig a bit deeper into the Python language to grasp what this is about. The first part is pretty self-explanatory: you want the keys to be sorted.

But what is the lambda doing there?

Well, a lambda function is an anonymous function, meaning it is a function without a name and can not be called from outside. This is not the place nor the time to discuss this in full, but it is an alternative way to loop over a whole range of object with a single function. In this case, it simply uses the dictionary value (item[1], with item[0] being the key) as the argument for sorting.

The third and final argument, reverse, specifies whether sorting should be ascending (the default) or descending. In this case, you want to see the most frequent words at the top and need to specify explicitly that reverse=True.

If you were to look immediately at the top of the sorted items now, you would be disappointed by the words that dominate this frequency list. These would be merely “function words” such as “the”, “and”, “a”, etc. English (and many other languages of course) is full of these words, but they are mainly used to glue language together and they are quite meaningless in isolation.

In text analytics, so-called stop lists are used to remove these highly frequent words from the analysis. We apply (again) a more rudimentary approach by ignoring the top 10% words and only consider words that are among the 90% most frequent. You will see that the top of this list provides more interesting, negatively loaded words such as “uncomfortable” and “frustrating”, but also positive ones like “captivating” and “wonderfully”.

You can experiment with the slicing yourself to see in which parts of the data you can find interesting words.

eyJsYW5ndWFnZSI6InB5dGhvbiIsInByZV9leGVyY2lzZV9jb2RlIjoiaW1wb3J0IHVybGxpYlxuaW1wb3J0IHJlXG5mcm9tIGNvbGxlY3Rpb25zIGltcG9ydCBkZWZhdWx0ZGljdFxuXG5maWxlID0gdXJsbGliLnJlcXVlc3QudXJsb3BlbihcImh0dHBzOi8vZ2lzdC5naXRodWJ1c2VyY29udGVudC5jb20vdHdpZWxmYWVydC9hMDk3MmJmMzY2ZDlhYWY2Y2IxMjA2YzE2YmY5MzczMS9yYXcvZGRlNDZhZDFmYTQxZjQ0Mjk3MTcyNmYzNGFkMDNhYWFjODVmNTQxNC9Eb25uYS1UYXJ0dC1UaGUtR29sZGZpbmNoLmNzdlwiKVxuZiA9IGZpbGUucmVhZCgpXG50ZXh0ID0gZi5kZWNvZGUoZW5jb2Rpbmc9J3V0Zi04JyxlcnJvcnM9J2lnbm9yZScpXG5saW5lcyA9IHRleHQuc3BsaXQoXCJcXG5cIilcbnJldmlld3MgPSB7fVxuZm9yIGxpbmUgaW4gbGluZXM6XG4gIGwgPSBsaW5lLnN0cmlwKCkuc3BsaXQoXCJcXHRcIilcbiAgcmV2aWV3c1tsWzFdXSA9IHtcInNjb3JlXCIgOiBsWzBdLCBcInRpdGxlXCIgOiBsWzJdLCBcInJldmlld1wiIDogbFszXX1cblxubG93c2NvcmVzID0gW11cbmZvciBrZXksIHZhbHVlIGluIHJldmlld3MuaXRlbXMoKTpcbiAgaWYgZmxvYXQodmFsdWVbXCJzY29yZVwiXSkgPT0gMS4wOiAjIENvbnZlcnQgc2NvcmUgdG8gZmxvYXRcbiAgICBsb3dzY29yZXMuYXBwZW5kKGtleSlcbiAgICBcbmZyZXFkaWN0ID0gZGVmYXVsdGRpY3QoaW50KVxuZm9yIGl0ZW0gaW4gbG93c2NvcmVzOlxuICByZXZpZXcgPSByZXZpZXdzW2l0ZW1dW1wicmV2aWV3XCJdXG4gICMgUmVtb3ZlIEhUTUwgdGFncyBhbmQgc3BsaXQgdGhlIHJldmlldyBieSB3b3JkIChzcGFjZSBzZXBhcmF0ZWQpXG4gIGNsZWFudGV4dCA9IHJlLnN1YihyJzwuKj8+JywgJycsIHJldmlldykuc3RyaXAoKS5zcGxpdCgpXG4gIGZvciB3b3JkIGluIGNsZWFudGV4dDpcbiAgICAjIENvbnZlcnQgdG8gYWxsIGxvd2VyY2FzZVxuICAgIHdvcmQgPSB3b3JkLmxvd2VyKClcbiAgICAjIEluY3JlYXNlIHdvcmQgY291bnQgaW4gbmV3IGRpY3Rpb25hcnkgd2l0aCBvbmVcbiAgICBmcmVxZGljdFt3b3JkXSArPSAxIiwic2FtcGxlIjoiZnJvbSBjb2xsZWN0aW9ucyBpbXBvcnQgT3JkZXJlZERpY3RcblxuIyBDcmVhdGUgT3JkZXJlZCBkaWN0aW9uYXJ5XG5vcmRpY3QgPSBPcmRlcmVkRGljdChzb3J0ZWQoZnJlcWRpY3QuaXRlbXMoKSwga2V5PWxhbWJkYSBpdGVtOiBpdGVtWzFdLCByZXZlcnNlPVRydWUpKVxuXG4jIElnbm9yZSB0b3AgMTAlXG50b3AxMCA9IGludChsZW4ob3JkaWN0LmtleXMoKSkvMTApXG5cbiMgUHJpbnQgMTAwIHdvcmRzIG9mIHRoZSB0b3AgOTAlXG5wcmludChsaXN0KG9yZGljdC5pdGVtcygpKVt0b3AxMDp0b3AxMCsxMDBdKSJ9

Dictionary Versus Python lists, NumPy Arrays and Pandas DataFrames

Dictionaries are an essential data structure innate to Python, allowing you need to put data in Python objects to process it further. They are, next to lists and tuples, one of the basic but most powerful and flexible data structures that Python has to offer. Lately however, much of the dictionary functionality can be and is indeed replaced by Pandas, a Python Data Analysis Library that allows to keep more of the data processing and analysis within Python, rather than forcing you, as a data scientist, to use specialised statistical programming languages (most notably R) on the side.

If there are off-the-shelf libraries readily available, why still bother to grasp what dictionaries can do?

Well, it is always good to learn to walk before attempting to run.

It is definitely so that libraries like Pandas allow data scientists to work faster and more efficient because they no longer need to bother about the lower level details of how the data is stored. Pandas, however, also uses dictionaries (next to other advanced data structures such as the NumPy array) to store its data. As a result, it is a good idea to know how a dictionary works before leaving the hard work, namely storing the data in the appropriate data structures, to Pandas.

Even when using Pandas, it is sometimes recommended to still use Python dictionaries when the situation calls for it, for instance when values simply need to be mapped and you don’t need Pandas functionality for anything else. Using a Pandas object is in such cases simply inefficient and overkill.

Finally, Pandas contains functions to convert a dictionary to a Pandas DataFrame and vice versa and dataframes can contain dictionaries. Both are indeed very useful parts of the modern data scientist’s toolbox.

What’s Next?

Congratulations! You have reached the end of our Python dictionary tutorial!

Complete your learning by taking DataCamp’s the free Intro to Python for Data Science course to learn more about the Python basics that you need to know to do data science and the Intermediate Python for Data Science course to learn more about the control flow. If you’re ready to move on to Pandas, don’t miss out on our Pandas Foundations course.

If you’re looking for more tutorials, check out the Python list tutorial, Pandas tutorial or the NumPy tutorial.

Topics

Python Courses

Certification available

Course

Introduction to Python

4 hr
5.3M
Master the basics of data analysis with Python in just four hours. This online course will introduce the Python interface and explore popular packages.
See DetailsRight Arrow
Start Course
See MoreRight Arrow
Related

A Data Science Roadmap for 2024

Do you want to start or grow in the field of data science? This data science roadmap helps you understand and get started in the data science landscape.
Mark Graus's photo

Mark Graus

10 min

Python NaN: 4 Ways to Check for Missing Values in Python

Explore 4 ways to detect NaN values in Python, using NumPy and Pandas. Learn key differences between NaN and None to clean and analyze data efficiently.
Adel Nehme's photo

Adel Nehme

5 min

Seaborn Heatmaps: A Guide to Data Visualization

Learn how to create eye-catching Seaborn heatmaps
Joleen Bothma's photo

Joleen Bothma

9 min

Test-Driven Development in Python: A Beginner's Guide

Dive into test-driven development (TDD) with our comprehensive Python tutorial. Learn how to write robust tests before coding with practical examples.
Amina Edmunds's photo

Amina Edmunds

7 min

Exponents in Python: A Comprehensive Guide for Beginners

Master exponents in Python using various methods, from built-in functions to powerful libraries like NumPy, and leverage them in real-world scenarios to gain a deeper understanding.
Satyam Tripathi's photo

Satyam Tripathi

9 min

Python Linked Lists: Tutorial With Examples

Learn everything you need to know about linked lists: when to use them, their types, and implementation in Python.
Natassha Selvaraj's photo

Natassha Selvaraj

9 min

See MoreSee More