Hi @AllenDowney
As I was saying during your Q&A session, I get the following error after a fresh clone of the repo in the 01_clean.ipynb notebook at cell n°4:
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
<ipython-input-4-73153f42acf9> in <module>
----> 1 with open('GSS.dct') as fp:
2 variables = read_stata_dict(fp)
3
4 variables.tail()
FileNotFoundError: [Errno 2] No such file or directory: 'GSS.dct'
Thanks for the tutorial!