ptwobrussell / Mining-the-Social-Web

The official online compendium for Mining the Social Web (O'Reilly, 2011)
http://bit.ly/135dHfs
Other
1.21k stars 491 forks source link

linkedin__analyze_titles.py #64

Open dagsonpatrick opened 11 years ago

dagsonpatrick commented 11 years ago

hello guys,

I have error in example 6.2 (Standardizing common job titles and computing Their frequencies), exactly in line 35.

I did the exercise 6.1 and ran cool

Traceback (most recent call last): File "C:\Users\Dagson\Desktop\TCC-Pratica\linkedin__analyze_titles.py", line 35, in titles.extend([t.strip() for t in contact['Job Title'].split('/') KeyError: 'Job Title'