You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: